Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.
This commit is contained in:
parent
20a2e75fd9
commit
905effa7f9
@ -8,13 +8,15 @@ TEMPLATE_NAME=elf32
|
||||
OUTPUT_FORMAT="elf64-alpha"
|
||||
TEXT_START_ADDR="0x120000000"
|
||||
MAXPAGESIZE=0x10000
|
||||
COMMONPAGESIZE=0x2000
|
||||
NONPAGED_TEXT_START_ADDR="0x120000000"
|
||||
ARCH=alpha
|
||||
MACHINE=
|
||||
GENERATE_SHLIB_SCRIPT=yes
|
||||
DATA_PLT=
|
||||
# Note that the string of digits is little-endian.
|
||||
NOP=0x0000fe2f # unop
|
||||
# Note that the number is always big-endian, thus we have to
|
||||
# reverse the digit string.
|
||||
NOP=0x0000fe2f1f04ff47 # unop; nop
|
||||
|
||||
OTHER_READONLY_SECTIONS="
|
||||
.reginfo ${RELOCATING-0} : { *(.reginfo) }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user