summaryrefslogtreecommitdiff
path: root/bfd/elf64-alpha.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-01-22 09:51:58 +0000
committerRichard Henderson <rth@redhat.com>2002-01-22 09:51:58 +0000
commitde328599e14768d957c1129cc5c6c0b6dd11c6aa (patch)
tree895da682d015b0253551b256e502d0270e3c4960 /bfd/elf64-alpha.c
parentaeec3248fc5c82d17adb15fdfe793c370444828c (diff)
downloadbinutils-redhat-de328599e14768d957c1129cc5c6c0b6dd11c6aa.tar.gz
* elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
Diffstat (limited to 'bfd/elf64-alpha.c')
-rw-r--r--bfd/elf64-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c
index 14c20f3022..988ede948f 100644
--- a/bfd/elf64-alpha.c
+++ b/bfd/elf64-alpha.c
@@ -941,7 +941,7 @@ elf64_alpha_info_to_howto (abfd, cache_ptr, dst)
#define OP_LDQ 0x29
#define OP_BR 0x30
#define OP_BSR 0x34
-#define INSN_UNOP 0x2fe00000
+#define INSN_UNOP 0x2ffe0000
struct alpha_relax_info
{