altos/stmf0: Fix linker scripts to make ao_boot work
[fw/altos] / src / stmf0 / altos.ld
index 742d8419e9a01c818bceb6dd967d9aa297f808fe..9dbc83d0b6967116faa6ffe1ce4c57cd305e7a5f 100644 (file)
@@ -54,13 +54,10 @@ SECTIONS {
                ao_product.o(.romconfig*)
 
                *(.text*)       /* Executable code */
+               *(.ARM.exidx* .gnu.linkonce.armexidx.*)
                *(.rodata*)     /* Constants */
 
        } > rom
-
-       .ARM.exidx : {
-               *(.ARM.exidx* .gnu.linkonce.armexidx.*)
-       } > rom
        __text_end__ = .;
 
        /* Boot data which must live at the start of ram so that