diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-06-10 11:16:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-06-10 11:16:41 -0700 |
commit | d9949a367352c66b7d90ca32bdbd5cac38c14b53 (patch) | |
tree | 8bbc891473c457672adac2583baa5520e1e8fb8f /opcodes/ChangeLog | |
parent | b71c404358dbc78d3e84c4299c6139c5291ac441 (diff) | |
download | fsf-binutils-gdb-d9949a367352c66b7d90ca32bdbd5cac38c14b53.zip fsf-binutils-gdb-d9949a367352c66b7d90ca32bdbd5cac38c14b53.tar.gz fsf-binutils-gdb-d9949a367352c66b7d90ca32bdbd5cac38c14b53.tar.bz2 |
Only print prefixes before fwait
gas/testsuite/
* gas/i386/prefix.s: Add another fwait test.
* gas/i386/prefix.d: Updated.
opcodes/
* i386-dis.c (fwait_prefix): New.
(ckprefix): Set fwait_prefix.
(print_insn): Properly print prefixes before fwait.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6e3d6c9..581e5db 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2014-06-10 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (fwait_prefix): New. + (ckprefix): Set fwait_prefix. + (print_insn): Properly print prefixes before fwait. + 2014-06-07 Alan Modra <amodra@gmail.com> * ppc-opc.c (UISIGNOPT): Define and use with cmpli. |