summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/usbserial/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/usbserial/ld.script')
-rwxr-xr-xnuttx/configs/ea3131/usbserial/ld.script9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/configs/ea3131/usbserial/ld.script b/nuttx/configs/ea3131/usbserial/ld.script
index 7ce7bf21c..1bdc7d9fc 100755
--- a/nuttx/configs/ea3131/usbserial/ld.script
+++ b/nuttx/configs/ea3131/usbserial/ld.script
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ea3131/usbserial/ld.script
*
- * 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
@@ -78,11 +78,11 @@ SECTIONS
*(.ARM.extab*)
} >isram
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} > isram
+ __exidx_end = ABSOLUTE(.);
.bss : {
_sbss = ABSOLUTE(.);
@@ -91,7 +91,8 @@ SECTIONS
*(COMMON)
_ebss = ABSOLUTE(.);
} > isram
- /* Stabs debugging sections. */
+
+ /* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }