* scripttempl/elf.sc (DISCARDED): Renamed from STACKNOTE. Add

.gnu.debuglink.
	* scripttempl/armbpabi.sc: Likewise.
	* scripttempl/elf32sh-symbian.sc: Likewise.
	* scripttempl/elfxtensa.sc: Likewise.
	* scripttempl/mep.sc: Likewise.
This commit is contained in:
Alan Modra
2007-07-10 04:53:13 +00:00
parent 1489a3a0d7
commit 1c68693b0c
6 changed files with 19 additions and 10 deletions

View File

@ -1,3 +1,12 @@
2007-07-10 Alan Modra <amodra@bigpond.net.au>
* scripttempl/elf.sc (DISCARDED): Renamed from STACKNOTE. Add
.gnu.debuglink.
* scripttempl/armbpabi.sc: Likewise.
* scripttempl/elf32sh-symbian.sc: Likewise.
* scripttempl/elfxtensa.sc: Likewise.
* scripttempl/mep.sc: Likewise.
2007-07-09 Roland McGrath <roland@redhat.com> 2007-07-09 Roland McGrath <roland@redhat.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id. * emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id.

View File

@ -30,7 +30,7 @@ INTERP=".interp 0 : { *(.interp) }"
PLT=".plt ${RELOCATING-0} : { *(.plt) }" PLT=".plt ${RELOCATING-0} : { *(.plt) }"
RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }" RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
DATARELRO=".data.rel.ro : { *(.data.rel.ro.local) *(.data.rel.ro*) }" DATARELRO=".data.rel.ro : { *(.data.rel.ro.local) *(.data.rel.ro*) }"
STACKNOTE="/DISCARD/ : { *(.note.GNU-stack) }" DISCARDED="/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }"
if test -z "${NO_SMALL_DATA}"; then if test -z "${NO_SMALL_DATA}"; then
SBSS=".sbss ${RELOCATING-0} : SBSS=".sbss ${RELOCATING-0} :
{ {
@ -360,7 +360,7 @@ cat <<EOF
${STACK_ADDR+${STACK}} ${STACK_ADDR+${STACK}}
${OTHER_SECTIONS} ${OTHER_SECTIONS}
${RELOCATING+${OTHER_SYMBOLS}} ${RELOCATING+${OTHER_SYMBOLS}}
${RELOCATING+${STACKNOTE}} ${RELOCATING+${DISCARDED}}
EOF EOF
# These relocations sections are part of the read-only segment in SVR4 # These relocations sections are part of the read-only segment in SVR4

View File

@ -124,7 +124,7 @@ fi
DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }" DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }"
RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }" RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
DATARELRO=".data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }" DATARELRO=".data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }"
STACKNOTE="/DISCARD/ : { *(.note.GNU-stack) }" DISCARDED="/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }"
if test -z "${NO_SMALL_DATA}"; then if test -z "${NO_SMALL_DATA}"; then
SBSS=".sbss ${RELOCATING-0} : SBSS=".sbss ${RELOCATING-0} :
{ {
@ -518,6 +518,6 @@ cat <<EOF
${ATTRS_SECTIONS} ${ATTRS_SECTIONS}
${OTHER_SECTIONS} ${OTHER_SECTIONS}
${RELOCATING+${OTHER_SYMBOLS}} ${RELOCATING+${OTHER_SYMBOLS}}
${RELOCATING+${STACKNOTE}} ${RELOCATING+${DISCARDED}}
} }
EOF EOF

View File

@ -83,7 +83,7 @@ fi
PLT=".plt : { *(.plt) } :dynamic :dyn" PLT=".plt : { *(.plt) } :dynamic :dyn"
DYNAMIC=".dynamic : { *(.dynamic) } :dynamic :dyn" DYNAMIC=".dynamic : { *(.dynamic) } :dynamic :dyn"
RODATA=".rodata ALIGN(4) : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }" RODATA=".rodata ALIGN(4) : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
STACKNOTE="/DISCARD/ : { *(.note.GNU-stack) *(.directive) }" DISCARDED="/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.directive) }"
test -z "$GOT" && GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) } :dynamic :dyn" test -z "$GOT" && GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) } :dynamic :dyn"
CTOR=".ctors ALIGN(4) : CTOR=".ctors ALIGN(4) :
{ {
@ -380,6 +380,6 @@ cat <<EOF
${ATTRS_SECTIONS} ${ATTRS_SECTIONS}
${OTHER_SECTIONS} ${OTHER_SECTIONS}
${RELOCATING+${OTHER_SYMBOLS}} ${RELOCATING+${OTHER_SYMBOLS}}
${RELOCATING+${STACKNOTE}} ${RELOCATING+${DISCARDED}}
} }
EOF EOF

View File

@ -137,7 +137,7 @@ fi
DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }" DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }"
RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }" RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
DATARELRO=".data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }" DATARELRO=".data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }"
STACKNOTE="/DISCARD/ : { *(.note.GNU-stack) }" DISCARDED="/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }"
INIT_LIT=".init.literal 0 : { *(.init.literal) }" INIT_LIT=".init.literal 0 : { *(.init.literal) }"
INIT=".init 0 : { *(.init) }" INIT=".init 0 : { *(.init) }"
FINI_LIT=".fini.literal 0 : { *(.fini.literal) }" FINI_LIT=".fini.literal 0 : { *(.fini.literal) }"
@ -538,6 +538,6 @@ cat <<EOF
${ATTRS_SECTIONS} ${ATTRS_SECTIONS}
${OTHER_SECTIONS} ${OTHER_SECTIONS}
${RELOCATING+${OTHER_SYMBOLS}} ${RELOCATING+${OTHER_SYMBOLS}}
${RELOCATING+${STACKNOTE}} ${RELOCATING+${DISCARDED}}
} }
EOF EOF

View File

@ -114,7 +114,7 @@ fi
DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }" DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }"
RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }" RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
DATARELRO=".data.rel.ro : { *(.data.rel.ro.local) *(.data.rel.ro*) }" DATARELRO=".data.rel.ro : { *(.data.rel.ro.local) *(.data.rel.ro*) }"
STACKNOTE="/DISCARD/ : { *(.note.GNU-stack) }" DISCARDED="/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }"
if test -z "${NO_SMALL_DATA}"; then if test -z "${NO_SMALL_DATA}"; then
SBSS=".sbss ${RELOCATING-0} : SBSS=".sbss ${RELOCATING-0} :
{ {
@ -441,6 +441,6 @@ cat <<EOF
${STACK_ADDR+${STACK}} ${STACK_ADDR+${STACK}}
${OTHER_SECTIONS} ${OTHER_SECTIONS}
${RELOCATING+${OTHER_END_SYMBOLS}} ${RELOCATING+${OTHER_END_SYMBOLS}}
${RELOCATING+${STACKNOTE}} ${RELOCATING+${DISCARDED}}
} }
EOF EOF