i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.

* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
	do not use assertion.

Co-Authored-By: Andreas Jaeger <aj@suse.de>

From-SVN: r67130
This commit is contained in:
Jan Hubicka 2003-05-23 21:43:34 +02:00 committed by Jan Hubicka
parent 973a43f6e6
commit 97242ddc18
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
Andreas Jaeger <aj@suse.de>
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
do not use assertion.
2003-05-23 Mike Stump <mrs@apple.com>
* tlink.c (scan_linker_output): Add support for darwin linker, as it

View File

@ -517,7 +517,8 @@ extern int x86_prefetch_sse;
if (TARGET_64BIT) \
{ \
builtin_assert ("cpu=x86_64"); \
builtin_assert ("machine=x86_64"); \
builtin_define ("__amd64"); \
builtin_define ("__amd64__"); \
builtin_define ("__x86_64"); \
builtin_define ("__x86_64__"); \
builtin_define ("__amd64"); \