* scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).

This commit is contained in:
Nick Clifton 2013-04-26 15:27:55 +00:00
parent 2260af53be
commit 778ee4a6f2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-04-26 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).
2013-04-26 Alan Modra <amodra@gmail.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Test

View File

@ -94,6 +94,8 @@ SECTIONS
*(.progmem*)
${RELOCATING+. = ALIGN(2);}
/* For future tablejump instruction arrays for 3 byte pc devices.
We don't relax jump/call instructions within these sections. */
*(.jumptables)