diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-25 11:41:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-25 11:41:12 +0000 |
commit | cc5ca5ce5139c777067fb023a9dfd7a4fefa23b3 (patch) | |
tree | d7675c6d48427aaa22ed6e75ccae6bc3e2a52cc7 /gas/testsuite/ChangeLog | |
parent | fa7928cae2fddfa55f3958dd5abc6a8ed2f56c13 (diff) | |
download | gdb-cc5ca5ce5139c777067fb023a9dfd7a4fefa23b3.zip gdb-cc5ca5ce5139c777067fb023a9dfd7a4fefa23b3.tar.gz gdb-cc5ca5ce5139c777067fb023a9dfd7a4fefa23b3.tar.bz2 |
Extend the i386 gas testsuite to do some tests for intel_syntax. Fix all
the errors exposed by this addition. These were intel mode
"fi... word ptr", "fi... dword ptr", "jmp Imm seg, Imm offset", "out dx,al".
The failure with intel "out dx,al" was also present in att "out al,dx".
Extend testsuite to catch this case too.
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 da48575..8b5b855 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au> + + * gas/i386/intel.s: New file, intel version of opcode.s + * gas/i386/intel.d: New file, copy opcode.d + + * gas/i386/general.s: Add extra "out" instructions. + * gas/i386/general.l: Likewise. + 2000-01-31 Nick Clifton <nickc@cygnus.com> * gas/arm/inst.s: Include test of ATPCS register naming |