summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378/ostest/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc2378/ostest/ld.script')
-rwxr-xr-xnuttx/configs/olimex-lpc2378/ostest/ld.script6
1 files changed, 3 insertions, 3 deletions
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 */