summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emulparams
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-11 06:14:49 +0000
committerobrien <obrien@FreeBSD.org>2002-10-11 06:14:49 +0000
commit1f2dbc61b90bac50bb82ed36ab450ec4ae18e44c (patch)
tree4448913645265791d4275e51b7034820f5224f7e /contrib/binutils/ld/emulparams
parent4b470f1e18a978797b4cf7445122f43dc1f516b2 (diff)
downloadFreeBSD-src-1f2dbc61b90bac50bb82ed36ab450ec4ae18e44c.zip
FreeBSD-src-1f2dbc61b90bac50bb82ed36ab450ec4ae18e44c.tar.gz
Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.
Diffstat (limited to 'contrib/binutils/ld/emulparams')
-rw-r--r--contrib/binutils/ld/emulparams/elf64alpha.sh6
1 files changed, 4 insertions, 2 deletions
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) }"
OpenPOWER on IntegriCloud