diff options
author | Richard Henderson <rth@redhat.com> | 2002-01-22 09:51:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-01-22 09:51:58 +0000 |
commit | dbeed0bcbd845158e1b493dc4304220772c6ec10 (patch) | |
tree | b14ad699b2767f7a59fcbf146e197c6449b3679d /bfd | |
parent | 96d83954499c42d49801d6405e93f54bbf1a9378 (diff) | |
download | gdb-dbeed0bcbd845158e1b493dc4304220772c6ec10.tar.gz |
* elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf64-alpha.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3dc7b9d1edb..4a03937c264 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 14c20f3022f..988ede948ff 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 { |