From 60f131d629f3f47ed39b402acf02358f4f17a0f4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 10 Jan 2001 18:58:36 +0000 Subject: 2001-01-10 Kazu Hirata * scripttempl/h8500.sc: Fix formatting. * scripttempl/h8500b.sc: Likewise. * scripttempl/h8500c.sc: Likewise. * scripttempl/h8500m.sc: Likewise. * scripttempl/h8500s.sc: Likewise. --- ld/scripttempl/h8500s.sc | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'ld/scripttempl/h8500s.sc') diff --git a/ld/scripttempl/h8500s.sc b/ld/scripttempl/h8500s.sc index 2567489e1d..da4d2101b1 100644 --- a/ld/scripttempl/h8500s.sc +++ b/ld/scripttempl/h8500s.sc @@ -12,19 +12,19 @@ OUTPUT_ARCH(${ARCH}) /* Code and data, both 64k */ -SECTIONS -{ -.text ${RELOCATING+ 0x10000 } : - { - *(.text) - ${RELOCATING+ _etext = . ; } +SECTIONS +{ +.text ${RELOCATING+ 0x10000} : + { + *(.text) + ${RELOCATING+ _etext = . ; } } -.rdata ${RELOCATING+ 0x20000 } : +.rdata ${RELOCATING+ 0x20000} : { - *(.rdata); + *(.rdata); *(.strings) - + ${CONSTRUCTING+${TORS}} } @@ -32,7 +32,7 @@ SECTIONS { *(.data) ${RELOCATING+ _edata = . ; } - } + } .bss ${RELOCATING+ .} : { @@ -46,20 +46,16 @@ SECTIONS { ${RELOCATING+ _stack = . ; } *(.stack) - } + } -.stab 0 ${RELOCATING+(NOLOAD)} : +.stab 0 ${RELOCATING+(NOLOAD)} : { - [ .stab ] + [ .stab ] } - + .stabstr 0 ${RELOCATING+(NOLOAD)} : { [ .stabstr ] } } EOF - - - - -- cgit v1.2.1