diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-11 17:00:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-11 17:00:59 +0000 |
commit | 6dd5059a0631912657dd4704abc88cab1a04927f (patch) | |
tree | c52455400dfe63d444dbf264175428407694a608 /gas/testsuite/ChangeLog | |
parent | dd87191792c318efbb50049ba17e9441e132fe78 (diff) | |
download | gdb-6dd5059a0631912657dd4704abc88cab1a04927f.zip gdb-6dd5059a0631912657dd4704abc88cab1a04927f.tar.gz gdb-6dd5059a0631912657dd4704abc88cab1a04927f.tar.bz2 |
gas/testsuite/
2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix".
* gas/i386/x86-64-crx-suffix.d: New file.
* gas/i386/x86-64-crx.d: Likewise.
* gas/i386/x86-64-crx.s: Likewise.
opcodes/
2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c ('Z'): Add a new macro.
(dis386_twobyte): Use "movZ" for control register moves.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a51a1f4..193a018 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2006-02-11 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix". + + * gas/i386/x86-64-crx-suffix.d: New file. + * gas/i386/x86-64-crx.d: Likewise. + * gas/i386/x86-64-crx.s: Likewise. + 2006-02-07 Nathan Sidwell <nathan@codesourcery.com> * testsuite/gas/m68k/all.exp: Add arch-cpu-1 test. |