i386.h (TARGET_64BIT): Define to constant if !TARGET_BI_ARCH
authorJan Hubicka <jh@suse.cz>
Mon, 14 May 2001 15:36:17 +0000 (17:36 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 14 May 2001 15:36:17 +0000 (15:36 +0000)
commit0c2dc519c93e2db3c91f995975b26e238fa263f2
tree5bbf89032f0ec8e7435a1efbfb2ea7492273163a
parent47792129492aaf772bd0d50d267ef22b1a50f2ad
i386.h (TARGET_64BIT): Define to constant if !TARGET_BI_ARCH

* i386.h (TARGET_64BIT): Define to constant if !TARGET_BI_ARCH
(CPP_CPU??_SIZE_TYPE): New.
(CPP_CPU??_SPEC, CPP_CPUCOMMON_SPEC): Break out from...
(CPP_CPU_SPEC): ... here; support choosing of CPU.
(EXTRA_SPECS): Add cpp_cpu??, cpp_cpu??sizet, cpp_cpucommon.
(MAX_LONG_TYPE_SIZE, MAX_BITS_PER_WORD): Define to 32 for 32bit-only
compiler.
* i386.c (override_options): Add sorry about not suported modes.

From-SVN: r42070
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h