Browse Source

* elfxx-mips.c (bz_insn_16): Correct opcode mask.

binutils-2_22-branch
Maciej W. Rozycki 15 years ago
parent
commit
c088dedf73
  1. 4
      bfd/ChangeLog
  2. 2
      bfd/elfxx-mips.c

4
bfd/ChangeLog

@ -1,3 +1,7 @@
2011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
* elfxx-mips.c (bz_insn_16): Correct opcode mask.
2011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
* elfxx-mips.c: Adjust comments throughout.

2
bfd/elfxx-mips.c

@ -11987,7 +11987,7 @@ static const struct opcode_descriptor b_insn_16 =
{ /* "b", "mD", */ 0xcc00, 0xfc00 };
static const struct opcode_descriptor bz_insn_16 =
{ /* "b(eq|ne)z", "md,mE", */ 0x8c00, 0xac00 };
{ /* "b(eq|ne)z", "md,mE", */ 0x8c00, 0xdc00 };
/* 32-bit and 16-bit branch EQ and NE zero. */

Loading…
Cancel
Save