Add alignment of .bss section.
* scripttempl/elf32msp430_3.sc: Likewise.
+2013-02-27 Nick Clifton <nickc@redhat.com>
+
+ * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
+ Add alignment of .bss section.
+ * scripttempl/elf32msp430_3.sc: Likewise.
+
2013-02-26 Nick Clifton <nickc@redhat.com>
PR ld/15188
${RELOCATING+ PROVIDE (__data_start = .) ; }
${RELOCATING+. = ALIGN(2);}
*(.data)
- ${RELOCATING+. = ALIGN(2);}
+ *(.data.*)
*(.gnu.linkonce.d*)
${RELOCATING+. = ALIGN(2);}
${RELOCATING+ _edata = . ; }
.bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
{
+ ${RELOCATING+. = ALIGN(2);}
${RELOCATING+ PROVIDE (__bss_start = .) ; }
*(.bss)
*(COMMON)
.data ${RELOCATING-0} : ${RELOCATING+AT (ADDR (.text) + SIZEOF (.text))}
{
${RELOCATING+ PROVIDE (__data_start = .) ; }
+ ${RELOCATING+. = ALIGN(2);}
*(.data)
+ *(.data.*)
*(.gnu.linkonce.d*)
${RELOCATING+. = ALIGN(2);}
${RELOCATING+ _edata = . ; }
.bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
{
+ ${RELOCATING+. = ALIGN(2);}
${RELOCATING+ PROVIDE (__bss_start = .) ; }
*(.bss)
*(COMMON)