i386.h (__amd64, __amd64__): Remove duplicates.
authorDavid O'Brien <obrien@FreeBSD.org>
Mon, 15 Dec 2003 10:12:09 +0000 (10:12 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Mon, 15 Dec 2003 10:12:09 +0000 (10:12 +0000)
2003-12-14  David O'Brien  <obrien@FreeBSD.org>
* config/i386/i386.h (__amd64, __amd64__): Remove duplicates.
(committed as obvious)

From-SVN: r74626

gcc/ChangeLog
gcc/config/i386/i386.h

index f93381226c3c9f07e21bd1e454141218d747c0fc..e51cf084cf3a8a322f98dff85496f77b153c6a66 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-14  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/i386/i386.h (__amd64, __amd64__): Remove duplicates.
+
 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
 
        * c-common.h (c_parse_error): Declare it.
index c5c03abe20cdf5aac54d25e12e35dd459f3f99f5..be41c177fbd2e938be0dd4e3e8a3cffabb6fff3a 100644 (file)
@@ -551,8 +551,6 @@ extern int x86_prefetch_sse;
          builtin_define ("__amd64__");                         \
          builtin_define ("__x86_64");                          \
          builtin_define ("__x86_64__");                        \
-         builtin_define ("__amd64");                           \
-         builtin_define ("__amd64__");                         \
        }                                                       \
       else                                                     \
        {                                                       \