* emulparams/elf64alpha.sh (NOP): Use unop.

This commit is contained in:
Richard Henderson 2002-01-22 09:51:15 +00:00
parent 199f4802a7
commit a9ed1e1b4e
2 changed files with 5 additions and 1 deletions

View 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.

View 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) }"