mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2006-10-25 H.J. Lu <hongjiu.lu@intel.com>
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ... (OTHER_BSS_SECTIONS): This. * scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS. (LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS.
This commit is contained in:
parent
49a184f6ad
commit
1bc214bab3
@ -1,3 +1,10 @@
|
||||
2006-10-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ...
|
||||
(OTHER_BSS_SECTIONS): This.
|
||||
* scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS.
|
||||
(LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS.
|
||||
|
||||
2006-10-25 Alan Modra <amodra@bigpond.net.au>
|
||||
Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
|
||||
Yukishige Shibata <shibata@rd.scei.sony.co.jp>
|
||||
|
@ -28,7 +28,7 @@ OTHER_READWRITE_SECTIONS="
|
||||
.dlt ${RELOCATING-0} : { *(.dlt) }"
|
||||
|
||||
# The PA64 ELF port has an additional huge bss section.
|
||||
LARGE_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }"
|
||||
OTHER_BSS_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }"
|
||||
|
||||
#OTHER_SYMBOLS='PROVIDE (__TLS_SIZE = SIZEOF (.tbss));'
|
||||
OTHER_SYMBOLS='
|
||||
|
@ -177,13 +177,15 @@ test "${LARGE_SECTIONS}" = "yes" && REL_LARGE="
|
||||
.rela.lbss ${RELOCATING-0} : { *(.rela.lbss${RELOCATING+ .rela.lbss.* .rela.gnu.linkonce.lb.*}) }
|
||||
.rel.lrodata ${RELOCATING-0} : { *(.rel.lrodata${RELOCATING+ .rel.lrodata.* .rel.gnu.linkonce.lr.*}) }
|
||||
.rela.lrodata ${RELOCATING-0} : { *(.rela.lrodata${RELOCATING+ .rela.lrodata.* .rela.gnu.linkonce.lr.*}) }"
|
||||
test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS="
|
||||
test "${LARGE_SECTIONS}" = "yes" && OTHER_BSS_SECTIONS="
|
||||
${OTHER_BSS_SECTIONS}
|
||||
.lbss ${RELOCATING-0} :
|
||||
{
|
||||
*(.dynlbss)
|
||||
*(.lbss${RELOCATING+ .lbss.* .gnu.linkonce.lb.*})
|
||||
*(LARGE_COMMON)
|
||||
}
|
||||
}"
|
||||
test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS="
|
||||
.lrodata ${RELOCATING-0} ${RELOCATING+ALIGN(${MAXPAGESIZE}) + (. & (${MAXPAGESIZE} - 1))} :
|
||||
{
|
||||
*(.lrodata${RELOCATING+ .lrodata.* .gnu.linkonce.lr.*})
|
||||
|
Loading…
Reference in New Issue
Block a user