]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emulparams/elf64alpha.sh (NOP): Adjust for little-endian definition.
authorRichard Henderson <rth@redhat.com>
Fri, 15 Feb 2002 23:35:00 +0000 (23:35 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 15 Feb 2002 23:35:00 +0000 (23:35 +0000)
ld/ChangeLog
ld/emulparams/elf64alpha.sh

index af8919957f24064f995e35787919238c5813bc3d..63a793c6a2bc8fb62a3d20b6acfc67a9c3eb5389 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-15  Richard Henderson  <rth@redhat.com>
+
+       * emulparams/elf64alpha.sh (NOP): Adjust for little-endian definition.
+
 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * NEWS: Mention support for MMIX.
index 39247eafda699ae66275755f666f3408e4b6ef8e..9f42fd9ba4c7a5ca732eb25433810fbb71d86c4d 100644 (file)
@@ -10,7 +10,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) }"