* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to zero for relocatable links.
This commit is contained in:
parent
b15b52efa3
commit
398b851510
@ -1,3 +1,9 @@
|
|||||||
|
2003-10-07 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
|
||||||
|
OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
|
||||||
|
zero for relocatable links.
|
||||||
|
|
||||||
2003-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
2003-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
* configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
|
* configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
|
||||||
|
@ -15,18 +15,18 @@ MACHINE=
|
|||||||
GENERATE_SHLIB_SCRIPT=yes
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
GENERATE_COMBRELOC_SCRIPT=yes
|
GENERATE_COMBRELOC_SCRIPT=yes
|
||||||
NO_SMALL_DATA=yes
|
NO_SMALL_DATA=yes
|
||||||
OTHER_READONLY_SECTIONS='
|
OTHER_READONLY_SECTIONS="
|
||||||
.got.loc : { *(.got.loc) }
|
.got.loc ${RELOCATING-0} : { *(.got.loc) }
|
||||||
.xt_except_table : { KEEP (*(.xt_except_table)) }
|
.xt_except_table ${RELOCATING-0} : { KEEP (*(.xt_except_table)) }
|
||||||
'
|
"
|
||||||
OTHER_READWRITE_SECTIONS="
|
OTHER_READWRITE_SECTIONS="
|
||||||
.xt_except_desc :
|
.xt_except_desc ${RELOCATING-0} :
|
||||||
{
|
{
|
||||||
*(.xt_except_desc${RELOCATING+ .gnu.linkonce.h.*})
|
*(.xt_except_desc${RELOCATING+ .gnu.linkonce.h.*})
|
||||||
${RELOCATING+*(.xt_except_desc_end)}
|
${RELOCATING+*(.xt_except_desc_end)}
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
OTHER_SECTIONS="
|
OTHER_SECTIONS="
|
||||||
.xt.lit : { *(.xt.lit${RELOCATING+ .xt.lit.* .gnu.linkonce.p.*}) }
|
.xt.lit 0 : { *(.xt.lit${RELOCATING+ .xt.lit.* .gnu.linkonce.p.*}) }
|
||||||
.xt.insn : { *(.xt.insn${RELOCATING+ .gnu.linkonce.x.*}) }
|
.xt.insn 0 : { *(.xt.insn${RELOCATING+ .gnu.linkonce.x.*}) }
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user