* elfxx-mips.c (bz_insn_16): Correct opcode mask.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Jul 2011 22:52:21 +0000 (22:52 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Jul 2011 22:52:21 +0000 (22:52 +0000)
bfd/ChangeLog
bfd/elfxx-mips.c

index 54d926fa8f49c0ac5480b4eebcbb3cac26c0c2df..a7ee0feb3a78355a1db4f79b42ab8c4e82dd86a3 100644 (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.
index 36b881ec93a099de5bfe43a6d580e55a4261db0e..b9fbe66694c07900afdba494ad463d6724c94242 100644 (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.  */
This page took 0.033017 seconds and 4 git commands to generate.