Browse Source

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

binutils-2_12-branch
Richard Henderson 25 years ago
parent
commit
f304919d26
  1. 4
      bfd/ChangeLog
  2. 2
      bfd/elf64-alpha.c

4
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

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

Loading…
Cancel
Save