include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns.
opcodes/i386-dis.c: Fix a comment
This commit is contained in:
Alan Modra
1999-06-23 06:00:14 +00:00
parent 83d765b3ed
commit 1008451944
4 changed files with 53 additions and 43 deletions

View File

@@ -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>.

View File

@@ -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[] = {