summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc2378')
-rwxr-xr-xnuttx/configs/olimex-lpc2378/nsh/ld.script7
-rwxr-xr-xnuttx/configs/olimex-lpc2378/ostest/ld.script6
2 files changed, 6 insertions, 7 deletions
diff --git a/nuttx/configs/olimex-lpc2378/nsh/ld.script b/nuttx/configs/olimex-lpc2378/nsh/ld.script
index 34d6b958d..cf8ba46bd 100755
--- a/nuttx/configs/olimex-lpc2378/nsh/ld.script
+++ b/nuttx/configs/olimex-lpc2378/nsh/ld.script
@@ -6,7 +6,7 @@
*
* This is part of the NuttX RTOS and based on the LPC2148 port:
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -87,12 +87,11 @@ SECTIONS
*(.ARM.extab*)
} > RAM
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} > RAM
-
+ __exidx_end = ABSOLUTE(.);
/* .bss section which is initialized by 0 */
/* This section will be filled with zero by startup code */
diff --git a/nuttx/configs/olimex-lpc2378/ostest/ld.script b/nuttx/configs/olimex-lpc2378/ostest/ld.script
index e72913093..74c798b57 100755
--- a/nuttx/configs/olimex-lpc2378/ostest/ld.script
+++ b/nuttx/configs/olimex-lpc2378/ostest/ld.script
@@ -6,7 +6,7 @@
*
* This is part of the NuttX RTOS and based on the LPC2148 port:
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -87,11 +87,11 @@ SECTIONS
*(.ARM.extab*)
} > RAM
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} > RAM
+ __exidx_end = ABSOLUTE(.);
/* .bss section which is initialized by 0 */