OSDN Git Service

2003-12-14 David O'Brien <obrien@FreeBSD.org>
authorobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 2003 10:12:09 +0000 (10:12 +0000)
committerobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 2003 10:12:09 +0000 (10:12 +0000)
* config/i386/i386.h (__amd64, __amd64__): Remove duplicates.
(committed as obvious)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74626 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f933812..e51cf08 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 c5c03ab..be41c17 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                                                     \
        {                                                       \