* rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs.

* rx-decode.c: Regenerate.
This commit is contained in:
DJ Delorie 2011-04-21 05:48:06 +00:00
parent e323614cf0
commit 9887672fa6
3 changed files with 594 additions and 585 deletions

View File

@ -1,3 +1,8 @@
2011-04-21 DJ Delorie <dj@redhat.com>
* rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs.
* rx-decode.c: Regenerate.
2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
* i386-init.h: Regenerated.

File diff suppressed because it is too large Load Diff

View File

@ -274,6 +274,7 @@ rx_decode_opcode (unsigned long pc AU,
if (ss == 3 && sz == 2 && rsrc == 0 && rdst == 0)
{
ID(nop2);
rx->syntax = "nop";
}
else
{
@ -536,6 +537,7 @@ rx_decode_opcode (unsigned long pc AU,
if (ss == 3 && rsrc == 0 && rdst == 0)
{
ID(nop3);
rx->syntax = "nop";
}
else
{