summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emulparams
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-22 04:51:15 +0000
committerobrien <obrien@FreeBSD.org>2002-02-22 04:51:15 +0000
commita522fd15cba9bb2856dce2d394ebb3cfb6c92765 (patch)
treea89290eb1d6a226107972d43d8868854703c0a8f /contrib/binutils/ld/emulparams
parent30ebf72ed197b6fdc8b2007c5e538206d26010b4 (diff)
downloadFreeBSD-src-a522fd15cba9bb2856dce2d394ebb3cfb6c92765.zip
FreeBSD-src-a522fd15cba9bb2856dce2d394ebb3cfb6c92765.tar.gz
Bring the binutils_2_12_20020221_snap version of this to the HEAD branch.
Diffstat (limited to 'contrib/binutils/ld/emulparams')
-rw-r--r--contrib/binutils/ld/emulparams/elf64alpha.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/binutils/ld/emulparams/elf64alpha.sh b/contrib/binutils/ld/emulparams/elf64alpha.sh
index a245065..d8dd613 100644
--- a/contrib/binutils/ld/emulparams/elf64alpha.sh
+++ b/contrib/binutils/ld/emulparams/elf64alpha.sh
@@ -13,7 +13,8 @@ ARCH=alpha
MACHINE=
GENERATE_SHLIB_SCRIPT=yes
DATA_PLT=
-NOP=0x2ffe0000 # unop
+# Note that the string of digits is little-endian.
+NOP=0x0000fe2f # unop
OTHER_READONLY_SECTIONS="
.reginfo ${RELOCATING-0} : { *(.reginfo) }"
OpenPOWER on IntegriCloud