This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 3.3] remove duplicate __amd64__ defines


Committed as obvious.


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.16114.2.617
diff -u -r1.16114.2.617 ChangeLog
--- ChangeLog	25 Jun 2003 17:37:52 -0000	1.16114.2.617
+++ ChangeLog	25 Jun 2003 21:18:10 -0000
@@ -1,3 +1,8 @@
+2003-06-25  David O'Brien  <obrien@FreeBSD.org>
+
+	* config/i386/i386.h (builtin_define): Remove duplicate __amd64
+	and __amd64__.
+
 2003-06-25	Dhananjay Deshpande <dhananjayd@kpitcummins.com>
 
 	* config/sh/sh.c (sh_register_move_cost):
Index: config/i386/i386.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.h,v
retrieving revision 1.309.2.8
diff -u -r1.309.2.8 i386.h
--- config/i386/i386.h	23 May 2003 19:21:38 -0000	1.309.2.8
+++ config/i386/i386.h	25 Jun 2003 21:18:11 -0000
@@ -487,8 +487,6 @@
       if (TARGET_64BIT)						\
 	{							\
 	  builtin_assert ("cpu=x86_64");			\
-	  builtin_define ("__amd64");				\
-	  builtin_define ("__amd64__");				\
 	  builtin_define ("__x86_64");				\
 	  builtin_define ("__x86_64__");			\
 	  builtin_define ("__amd64");				\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]