]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 3dc7b9d1edb32816156d0265507c7e30adc64b6f..4a03937c26456b201c96bd5731a55790d4c29bb5 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 14c20f3022f4e56f33eeba32a8971c4e4b7b55da..988ede948ffaa9944b47bd191123e48410a0620a 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
 {