summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/ostest/ld.script.dfu
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/ostest/ld.script.dfu')
-rwxr-xr-xnuttx/configs/stm3210e-eval/ostest/ld.script.dfu13
1 files changed, 7 insertions, 6 deletions
diff --git a/nuttx/configs/stm3210e-eval/ostest/ld.script.dfu b/nuttx/configs/stm3210e-eval/ostest/ld.script.dfu
index 720195871..a63ea5b15 100755
--- a/nuttx/configs/stm3210e-eval/ostest/ld.script.dfu
+++ b/nuttx/configs/stm3210e-eval/ostest/ld.script.dfu
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/stm3210e-eval/ostest/ld.script.dfu
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -65,7 +65,7 @@ SECTIONS
_etext = ABSOLUTE(.);
} > flash
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
/* The STM32F103Z has 64Kb of SRAM beginning at the following address */
@@ -81,20 +81,21 @@ SECTIONS
*(.ARM.extab*)
} >sram
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} >sram
+ __exidx_end = ABSOLUTE(.);
- .bss : { /* BSS */
+ .bss : {
_sbss = ABSOLUTE(.);
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
_ebss = ABSOLUTE(.);
} > sram
- /* Stabs debugging sections. */
+
+ /* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }