* configure.in: Define DEFAULT_ARCH for i386.
commit3e3e0d8a7461be3131f5fc78399c58fb12f57e61
authorJan Hubicka <jh@suse.cz>
Sat, 6 Jan 2001 12:36:04 +0000 (6 12:36 +0000)
committerJan Hubicka <jh@suse.cz>
Sat, 6 Jan 2001 12:36:04 +0000 (6 12:36 +0000)
tree9db599a9db8dcfe5773fdee40c76f728b7b14ab0
parent41f6158cf26379b114b84ea3338005b0ceb6f923
* configure.in: Define DEFAULT_ARCH for i386.
* tc-i386.c (md_assemble): Return after the error message;
move testing for 64bit operands to proper place.

* i386.exp: Add tests for presence of 32bit versus 64bit output
format; run both 64bit and 32bit tests when format is available;
add x86_64 test.
* x86_64.s: New file.
* x86_64.d: New file.
gas/ChangeLog
gas/config/tc-i386.c
gas/configure
gas/configure.in
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86_64.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86_64.s [new file with mode: 0644]