OSDN Git Service

* elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:51:58 +0000 (09:51 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:51:58 +0000 (09:51 +0000)
bfd/ChangeLog
bfd/elf64-alpha.c

index 3dc7b9d..4a03937 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-22  Richard Henderson  <rth@redhat.com>
+
+       * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
+
 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
index 14c20f3..988ede9 100644 (file)
@@ -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
 {