* elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.

This commit is contained in:
Richard Henderson 2002-01-22 09:51:58 +00:00
parent a9ed1e1b4e
commit f304919d26
2 changed files with 5 additions and 1 deletions

View 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

View 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
{