aboutsummaryrefslogtreecommitdiff
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
commitf304919d26670c36cf28501804cc6822c092c0a7 (patch)
tree64475533d3ea3c6d58d3f322906cab4e84e77748
parenta9ed1e1b4e24d62c676de59f0b561e3d63601ab6 (diff)
downloadgdb-f304919d26670c36cf28501804cc6822c092c0a7.zip
gdb-f304919d26670c36cf28501804cc6822c092c0a7.tar.gz
gdb-f304919d26670c36cf28501804cc6822c092c0a7.tar.bz2
* elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf64-alpha.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3dc7b9d..4a03937 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c
index 14c20f3..988ede9 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
{