diff options
author | Richard Henderson <rth@redhat.com> | 2002-01-22 09:51:15 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-01-22 09:51:15 +0000 |
commit | a9ed1e1b4e24d62c676de59f0b561e3d63601ab6 (patch) | |
tree | 120c01f48e40c50a28892ea2123089f35a7a837b /ld/emulparams | |
parent | 199f4802a7ddef36ba115b4acaeee485660e1a46 (diff) | |
download | gdb-a9ed1e1b4e24d62c676de59f0b561e3d63601ab6.zip gdb-a9ed1e1b4e24d62c676de59f0b561e3d63601ab6.tar.gz gdb-a9ed1e1b4e24d62c676de59f0b561e3d63601ab6.tar.bz2 |
* emulparams/elf64alpha.sh (NOP): Use unop.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf64alpha.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf64alpha.sh b/ld/emulparams/elf64alpha.sh index e1eaa11..39247ea 100644 --- a/ld/emulparams/elf64alpha.sh +++ b/ld/emulparams/elf64alpha.sh @@ -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) }" |