mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
This commit is contained in:
parent
9e798668bb
commit
30c3c13a92
@ -1,3 +1,7 @@
|
|||||||
|
2001-02-13 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
|
||||||
|
|
||||||
2001-02-13 H.J. Lu <hjl@gnu.org>
|
2001-02-13 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* ldexp.h (node_type): Add etree_provided.
|
* ldexp.h (node_type): Add etree_provided.
|
||||||
|
@ -10,7 +10,6 @@ TEXT_START_ADDR="0x4000000000000000"
|
|||||||
DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))"
|
DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))"
|
||||||
GENERATE_SHLIB_SCRIPT=yes
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
NOP=0x00300000010070000002000001000400 # a bundle full of nops
|
NOP=0x00300000010070000002000001000400 # a bundle full of nops
|
||||||
OTHER_GOT_SYMBOLS='. = ALIGN (8); PROVIDE (__gp = . + 0x200000);'
|
|
||||||
OTHER_GOT_SECTIONS='.IA_64.pltoff : { *(.IA_64.pltoff) }'
|
OTHER_GOT_SECTIONS='.IA_64.pltoff : { *(.IA_64.pltoff) }'
|
||||||
OTHER_PLT_RELOC_SECTIONS='.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }'
|
OTHER_PLT_RELOC_SECTIONS='.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }'
|
||||||
OTHER_READONLY_SECTIONS='.opd : { *(.opd) } .IA_64.unwind_info : { *(.IA_64.unwind_info*) } .IA_64.unwind : { *(.IA_64.unwind*) }'
|
OTHER_READONLY_SECTIONS='.opd : { *(.opd) } .IA_64.unwind_info : { *(.IA_64.unwind_info*) } .IA_64.unwind : { *(.IA_64.unwind*) }'
|
||||||
|
Loading…
Reference in New Issue
Block a user