summaryrefslogtreecommitdiff
path: root/src/stm/altos.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/altos.ld')
-rw-r--r--src/stm/altos.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm/altos.ld b/src/stm/altos.ld
index 4e955666..7fede558 100644
--- a/src/stm/altos.ld
+++ b/src/stm/altos.ld
@@ -36,8 +36,8 @@ SECTIONS {
.text : {
*(.interrupt) /* Interrupt vectors */
- *(.text) /* Executable code */
- *(.rodata) /* Constants */
+ *(.text*) /* Executable code */
+ *(.rodata*) /* Constants */
} > rom
.ARM.exidx : {