Commit 495d8dd6 by David O'Brien Committed by David O'Brien

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
parent af779169
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.
......
......@@ -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 \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment