summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/nsh/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/nsh/ld.script')
-rw-r--r--nuttx/configs/mcu123-lpc214x/nsh/ld.script2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/nsh/ld.script b/nuttx/configs/mcu123-lpc214x/nsh/ld.script
index dfc44db5e..fed801699 100644
--- a/nuttx/configs/mcu123-lpc214x/nsh/ld.script
+++ b/nuttx/configs/mcu123-lpc214x/nsh/ld.script
@@ -90,7 +90,9 @@ SECTIONS
} >sram
.ARM.exidx : {
+ __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
+ __exidx_end = ABSOLUTE(.);
} >sram
.bss : {