Extend the i386 gas testsuite to do some tests for intel_syntax. Fix all
authorAlan Modra <amodra@gmail.com>
Fri, 25 Feb 2000 11:41:12 +0000 (11:41 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 25 Feb 2000 11:41:12 +0000 (11:41 +0000)
commitcc5ca5ce5139c777067fb023a9dfd7a4fefa23b3
treed7675c6d48427aaa22ed6e75ccae6bc3e2a52cc7
parentfa7928cae2fddfa55f3958dd5abc6a8ed2f56c13
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.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/general.l
gas/testsuite/gas/i386/general.s
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/intel.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/i386.h