gas/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 28 Aug 2007 17:36:34 +0000 (17:36 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 28 Aug 2007 17:36:34 +0000 (17:36 +0000)
commitd9a5e5e5c91086a8dd66174a7ebff52c00efe79e
treebd7ab2e401e44e7ee2b191527d4658d507c21533
parentd5ce5596bf611b65e4fc93b4e90df67359f4cba5
gas/

2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (process_suffix): Handle cmpxchg8b in
Intel mode.

gas/testsuite/

2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/mem.s: New. Add tests for instructions with one
memory operand.
* gas/i386/x86-64-mem.s: Likewise.

* gas/i386/mem-intel.d: Updated.
* gas/i386/mem.d: Likewise.
* gas/i386/x86-64-mem-intel.d: Likewise.
* gas/i386/x86-64-mem.d: Likewise.

opcodes/

2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (Md): New.
(grps): Use 0 on invlpg.  Use M on fxsave and fxrstor.  Use
Md on ldmxcsr and stmxcsr.  Use b_mode on clflush.
(OP_0fae): Clear bytemode for sfence.
12 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/mem-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/mem.d [new file with mode: 0644]
gas/testsuite/gas/i386/mem.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-mem-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-mem.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-mem.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.027451 seconds and 4 git commands to generate.