From 1f2dbc61b90bac50bb82ed36ab450ec4ae18e44c Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 11 Oct 2002 06:14:49 +0000 Subject: Bring the binutils_2_13_20021110_snap version of this to the HEAD branch. --- contrib/binutils/ld/emulparams/elf64alpha.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib/binutils') diff --git a/contrib/binutils/ld/emulparams/elf64alpha.sh b/contrib/binutils/ld/emulparams/elf64alpha.sh index d8dd613..b28f5e0 100644 --- a/contrib/binutils/ld/emulparams/elf64alpha.sh +++ b/contrib/binutils/ld/emulparams/elf64alpha.sh @@ -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) }" -- cgit v1.1