]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emulparams/elf64alpha.sh (NOP): Adjust for big-endian
authorRichard Henderson <rth@redhat.com>
Fri, 15 Feb 2002 23:39:27 +0000 (23:39 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 15 Feb 2002 23:39:27 +0000 (23:39 +0000)
        definition.  Emit a unop+nop pair.

ld/ChangeLog
ld/emulparams/elf64alpha.sh

index e1c0df34e9422af59cd0cbd24c2b70c5849e009e..f56d8059da09ed8f5ee1ee5a7156b5fe1c292906 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-15  Richard Henderson  <rth@redhat.com>
+
+        * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
+       definition.  Emit a unop+nop pair.
+
 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
index d0ca1395b53cf37784fa569574a3f1bf0729d6fb..3dd28ef58c00e04c1cd2d9b65885b051154c795c 100644 (file)
@@ -11,7 +11,9 @@ ARCH=alpha
 MACHINE=
 GENERATE_SHLIB_SCRIPT=yes
 DATA_PLT=
-NOP=0x2ffe0000         # 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) }"