i386.h (builtin_define): Add __amd64 and __amd64__.

2003-04-28  David O'Brien  <obrien@FreeBSD.org>
	* config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.

From-SVN: r66171
This commit is contained in:
David O'Brien 2003-04-28 15:11:06 +00:00 committed by David O'Brien
parent af77916931
commit 495d8dd6ac
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-04-28 David O'Brien <obrien@FreeBSD.org>
* config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
2003-04-28 Jakub Jelinek <jakub@redhat.com>
* builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.

View file

@ -520,6 +520,8 @@ extern int x86_prefetch_sse;
builtin_assert ("machine=x86_64"); \
builtin_define ("__x86_64"); \
builtin_define ("__x86_64__"); \
builtin_define ("__amd64"); \
builtin_define ("__amd64__"); \
} \
else \
{ \