OSDN Git Service

* configure.in: Define DEFAULT_ARCH for i386.
authorhubicka <hubicka>
Sat, 6 Jan 2001 12:36:03 +0000 (12:36 +0000)
committerhubicka <hubicka>
Sat, 6 Jan 2001 12:36:03 +0000 (12:36 +0000)
commit6df8361dc77d1b5caae6e0ca9a01b830d882601d
tree58101e87470414d3cc5fd863f4b22f6a427ad795
parentd9e5e94454971164df4b6f4ee94b9efc8b1b82cd
* 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]