diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 19:17:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 19:17:53 +0000 |
commit | 1ce7de8b081aa7a965883d8b06f326823e95e3e1 (patch) | |
tree | aa867490d6b309b25325e4072ddf52fe17006232 /ld/scripttempl/h8300h.sc | |
parent | 770de1994eb8868df21770e4439921a005493757 (diff) | |
download | gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.zip gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.tar.gz gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.tar.bz2 |
2000-11-14 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8300.sc: Fix formatting.
* scripttempl/h8300h.sc: Likewise.
* scripttempl/h8300s.sc: Likewise.
Diffstat (limited to 'ld/scripttempl/h8300h.sc')
-rw-r--r-- | ld/scripttempl/h8300h.sc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ld/scripttempl/h8300h.sc b/ld/scripttempl/h8300h.sc index e543df9..35d0f4c 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 <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}") @@ -52,7 +52,7 @@ SECTIONS ${RELOCATING+ _etext = . ; } } ${RELOCATING+ > ram} - ${CONSTRUCTING+${TORS}} +${CONSTRUCTING+${TORS}} .data : { |