summaryrefslogtreecommitdiff
path: root/src/stm32f4
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f4')
-rw-r--r--src/stm32f4/altos-raw.ld6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/stm32f4/altos-raw.ld b/src/stm32f4/altos-raw.ld
index 21da5af5..82d33c09 100644
--- a/src/stm32f4/altos-raw.ld
+++ b/src/stm32f4/altos-raw.ld
@@ -38,9 +38,13 @@ SECTIONS {
.text : {
*(.text*) /* Executable code */
- *(.ARM.exidx* .gnu.linkonce.armexidx.*)
*(.rodata*) /* Constants */
} > rom
+
+ .exidx : {
+ *(.ARM.exidx* .gnu.linkonce.armexidx.*)
+ } > rom
+
__text_end__ = .;
/* Data -- relocated to RAM, but written to ROM