Fix match and mask for 64-bit bb opcode.
This commit is contained in:
parent
097eb00398
commit
cd85e51ad3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2017-05-14 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
|
* opcode/hppa.h: Fix match and mask for 64-bit bb opcode.
|
||||||
|
|
||||||
2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
|
2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
|
||||||
|
|
||||||
* elf/arc.h (SHT_ARC_ATTRIBUTES): Define.
|
* elf/arc.h (SHT_ARC_ATTRIBUTES): Define.
|
||||||
|
|
|
@ -594,7 +594,7 @@ static const struct pa_opcode pa_opcodes[] =
|
||||||
{ "addibf", 0xac000000, 0xfc000000, "?dn5,b,w", pa10, 0},
|
{ "addibf", 0xac000000, 0xfc000000, "?dn5,b,w", pa10, 0},
|
||||||
{ "bb", 0xc0006000, 0xffe06000, "?Bnx,!,w", pa20, FLAG_STRICT},
|
{ "bb", 0xc0006000, 0xffe06000, "?Bnx,!,w", pa20, FLAG_STRICT},
|
||||||
{ "bb", 0xc0004000, 0xffe06000, "?bnx,!,w", pa10, FLAG_STRICT},
|
{ "bb", 0xc0004000, 0xffe06000, "?bnx,!,w", pa10, FLAG_STRICT},
|
||||||
{ "bb", 0xc4004000, 0xfc004000, "?Bnx,B,w", pa20, FLAG_STRICT},
|
{ "bb", 0xc4006000, 0xfc006000, "?Bnx,B,w", pa20, FLAG_STRICT},
|
||||||
{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, FLAG_STRICT},
|
{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, FLAG_STRICT},
|
||||||
{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, 0},
|
{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, 0},
|
||||||
{ "bvb", 0xc0004000, 0xffe04000, "?bnx,w", pa10, 0},
|
{ "bvb", 0xc0004000, 0xffe04000, "?bnx,w", pa10, 0},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue