diff --git a/ld/ChangeLog b/ld/ChangeLog index 16b02e1dee5..c110b36590f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2000-11-14 Kazu Hirata + + * scripttempl/h8300.sc: Fix formatting. + * scripttempl/h8300h.sc: Likewise. + * scripttempl/h8300s.sc: Likewise. + Tue Nov 14 00:59:19 2000 Denis Chertykov * scripttempl/elf32avr.sc: Fix bug in .eeprom segment. diff --git a/ld/scripttempl/h8300.sc b/ld/scripttempl/h8300.sc index 6f4cdcec4b6..72cfb731210 100644 --- a/ld/scripttempl/h8300.sc +++ b/ld/scripttempl/h8300.sc @@ -1,12 +1,12 @@ TORS=".tors : - { - ___ctors = . ; - *(.ctors) - ___ctors_end = . ; - ___dtors = . ; - *(.dtors) - ___dtors_end = . ; - } > ram" + { + ___ctors = . ; + *(.ctors) + ___ctors_end = . ; + ___dtors = . ; + *(.dtors) + ___dtors_end = . ; + } > ram" cat < vectors} + } ${RELOCATING+ > vectors} .text : { @@ -46,7 +46,7 @@ SECTIONS ${RELOCATING+ _etext = . ; } } ${RELOCATING+ > ram} - ${CONSTRUCTING+${TORS}} +${CONSTRUCTING+${TORS}} .data : { diff --git a/ld/scripttempl/h8300h.sc b/ld/scripttempl/h8300h.sc index e543df924ec..35d0f4cd13c 100644 --- a/ld/scripttempl/h8300h.sc +++ b/ld/scripttempl/h8300h.sc @@ -1,12 +1,12 @@ TORS=".tors : - { - ___ctors = . ; - *(.ctors) - ___ctors_end = . ; - ___dtors = . ; - *(.dtors) - ___dtors_end = . ; - } > ram" + { + ___ctors = . ; + *(.ctors) + ___ctors_end = . ; + ___dtors = . ; + *(.dtors) + ___dtors_end = . ; + } > ram" cat < ram} - ${CONSTRUCTING+${TORS}} +${CONSTRUCTING+${TORS}} .data : { diff --git a/ld/scripttempl/h8300s.sc b/ld/scripttempl/h8300s.sc index b8a3ea53b52..2f2d8b4cba0 100644 --- a/ld/scripttempl/h8300s.sc +++ b/ld/scripttempl/h8300s.sc @@ -1,12 +1,12 @@ TORS=".tors : - { - ___ctors = . ; - *(.ctors) - ___ctors_end = . ; - ___dtors = . ; - *(.dtors) - ___dtors_end = . ; - } > ram" + { + ___ctors = . ; + *(.ctors) + ___ctors_end = . ; + ___dtors = . ; + *(.dtors) + ___dtors_end = . ; + } > ram" cat < ram} - ${CONSTRUCTING+${TORS}} +${CONSTRUCTING+${TORS}} .data : {