mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-19 14:34:07 +08:00
* rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs.
* rx-decode.c: Regenerate.
This commit is contained in:
parent
e323614cf0
commit
9887672fa6
@ -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.
|
||||
|
1172
opcodes/rx-decode.c
1172
opcodes/rx-decode.c
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user