mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
d978b5be20
* i386-gen.c (opcode_modifiers): Use Qword instead of QWord. * i386-opc.h: Likewise. * i386-opc.tbl: Likewise.
41 lines
930 B
Plaintext
41 lines
930 B
Plaintext
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
|
||
* i386-opc.h: Likewise.
|
||
* i386-opc.tbl: Likewise.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/5534
|
||
* i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
|
||
Byte, Word, Dword, QWord and Xmmword.
|
||
|
||
* i386-opc.h (No_xSuf): New.
|
||
(CheckSize): Likewise.
|
||
(Byte): Likewise.
|
||
(Word): Likewise.
|
||
(Dword): Likewise.
|
||
(QWord): Likewise.
|
||
(Xmmword): Likewise.
|
||
(FWait): Updated.
|
||
(i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
|
||
Dword, QWord and Xmmword.
|
||
|
||
* i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
|
||
used.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-02 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* m88k-dis.c (instructions): Fix fcvt.* instructions.
|
||
From Miod Vallat.
|
||
|
||
For older changes see ChangeLog-2007
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|