gas/testsuite/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 7 Mar 2006 20:18:06 +0000 (20:18 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 7 Mar 2006 20:18:06 +0000 (20:18 +0000)
commit35c52694b90bd065db54fa6034886b5a17c50353
treefdffd8990f8b554ba2a79c508ef479c93893d49e
parent4b1d9c58548086d46f2883b5ed780c0156e08964
gas/testsuite/

2006-03-07  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2428
* gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and
x86-64-rep-suffix.

* gas/i386/naked.d: Replace repz with rep.
* gas/i386/x86_64.d: Likewise.

* gas/i386/rep-suffix.d: New file.
* gas/i386/rep-suffix.s: Likewise.
* gas/i386/rep.d: Likewise.
* gas/i386/rep.s: Likewise.
* gas/i386/x86-64-rep-suffix.d: Likewise.
* gas/i386/x86-64-rep-suffix.s: Likewise.
* gas/i386/x86-64-rep.d: Likewise.
* gas/i386/x86-64-rep.s: Likewise.

opcodes/

2006-03-07  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2428
* i386-dis.c (REP_Fixup): New function.
(AL): Remove duplicate.
(Xbr): New.
(Xvr): Likewise.
(Ybr): Likewise.
(Yvr): Likewise.
(indirDXr): Likewise.
(ALr): Likewise.
(eAXr): Likewise.
(dis386): Updated entries of ins, outs, movs, lods and stos.
14 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/naked.d
gas/testsuite/gas/i386/rep-suffix.d [new file with mode: 0644]
gas/testsuite/gas/i386/rep-suffix.s [new file with mode: 0644]
gas/testsuite/gas/i386/rep.d [new file with mode: 0644]
gas/testsuite/gas/i386/rep.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-rep-suffix.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-rep-suffix.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-rep.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-rep.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86_64.d
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.024901 seconds and 4 git commands to generate.