forked from Imagelibrary/binutils-gdb
P
include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns. opcodes/i386-dis.c: Fix a comment
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||
|
||||
* i386-dis.c: Mention intel mode specials in macro char comment.
|
||||
|
||||
1999-06-21 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* alpha-dis.c: Don't include <stdlib.h>.
|
||||
|
||||
@@ -341,9 +341,9 @@ struct dis386 {
|
||||
'P' => print 'w' or 'l' if instruction has an operand size prefix,
|
||||
or suffix_always is true
|
||||
'Q' => print 'w' or 'l' if no register operands or suffix_always is true
|
||||
'R' => print 'w' or 'l'
|
||||
'R' => print 'w' or 'l' ("wd" or "dq" in intel mode)
|
||||
'S' => print 'w' or 'l' if suffix_always is true
|
||||
'W' => print 'b' or 'w'
|
||||
'W' => print 'b' or 'w' ("w" or "de" in intel mode)
|
||||
*/
|
||||
|
||||
static const struct dis386 dis386_att[] = {
|
||||
|
||||
Reference in New Issue
Block a user