diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-02-12 04:51:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-02-12 04:51:40 +0000 |
commit | fda592e83692dd8fb77b7a5d6c890ce9a430b924 (patch) | |
tree | f317b67b40369d7647009d767ebfd7d9cd3d6b02 /gas/testsuite/ChangeLog | |
parent | 2cc005258643802ea295ea5cd2d451898b9c2d03 (diff) | |
download | gdb-fda592e83692dd8fb77b7a5d6c890ce9a430b924.zip gdb-fda592e83692dd8fb77b7a5d6c890ce9a430b924.tar.gz gdb-fda592e83692dd8fb77b7a5d6c890ce9a430b924.tar.bz2 |
gas/testsuite/
2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
PR gas/4027
* gas/i386/opcode.s: Add more tests for "test".
* i386/opcode-intel.d: Updated.
* gas/i386/opcode-suffix.d: Likewise.
* gas/i386/opcode.d: Likewise.
include/opcode/
2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
PR gas/4027
* i386.h (i386_optab): Put the real "test" before the pseudo
one.
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 55418e4..858b385 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2007-02-11 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/4027 + * gas/i386/opcode.s: Add more tests for "test". + * i386/opcode-intel.d: Updated. + * gas/i386/opcode-suffix.d: Likewise. + * gas/i386/opcode.d: Likewise. + 2007-02-06 Nick Clifton <nickc@redhat.com> PR gas/3810 gas/3800 |