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

This commit is contained in:
Maciej W. Rozycki 2011-07-29 22:52:21 +00:00
parent 2309ddf222
commit c088dedf73
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */