* emulparams/elf64alpha.sh (NOP): Use unop.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:51:15 +0000 (09:51 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:51:15 +0000 (09:51 +0000)
ld/ChangeLog
ld/emulparams/elf64alpha.sh

index ed4a3c7..d1352ee 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-22  Richard Henderson  <rth@redhat.com>
+
+       * emulparams/elf64alpha.sh (NOP): Use unop.
+
 2002-01-21  Andreas Jaeger  <aj@suse.de>
 
        * ldlex.l: Use fread instead of read.
index e1eaa11..39247ea 100644 (file)
@@ -10,7 +10,7 @@ ARCH=alpha
 MACHINE=
 GENERATE_SHLIB_SCRIPT=yes
 DATA_PLT=
-NOP=0x47ff041f
+NOP=0x2ffe0000         # unop
 
 OTHER_READONLY_SECTIONS="
   .reginfo      ${RELOCATING-0} : { *(.reginfo) }"