diff options
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/avr.sc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc index 07553b4..7a146b7 100644 --- a/ld/scripttempl/avr.sc +++ b/ld/scripttempl/avr.sc @@ -128,7 +128,7 @@ SECTIONS ${RELOCATING+ *libprintf_flt.a:*(.progmem.data)} ${RELOCATING+ *libc.a:*(.progmem.data)} - ${RELOCATING+ *(.progmem*)} + ${RELOCATING+ *(.progmem.*)} ${RELOCATING+. = ALIGN(2);} @@ -196,6 +196,8 @@ SECTIONS *(.hightext) ${RELOCATING+ *(.hightext*)} + ${RELOCATING+ *(.progmemx.*)} + ${RELOCATING+. = ALIGN(2);} /* For tablejump instruction arrays. We don't relax |