From: Steve Chamberlain Date: Wed, 16 Aug 1995 23:29:18 +0000 (+0000) Subject: * scripttempl/armpe.sc: Always start code at 0x401000, even X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a048254ccefb2f9737ca6c9687871daaa1637e96;p=binutils-gdb.git * scripttempl/armpe.sc: Always start code at 0x401000, even --- diff --git a/ld/scripttempl/armpe.sc b/ld/scripttempl/armpe.sc index 11a3a1a08fc..2f642ac8ccb 100644 --- a/ld/scripttempl/armpe.sc +++ b/ld/scripttempl/armpe.sc @@ -71,14 +71,20 @@ SECTIONS *(.reloc) ; } + + .drectve BLOCK (0x1000) : + { + ${RELOCATING+ *(.drectve); } + } .junk BLOCK(0x1000) : { *(.debug\$S) *(.debug\$T) *(.debug\$F) - *(.drectve) ; } + + .bss BLOCK(0x1000) : { *(.bss)