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]

3.1 <--> mainline sparc difference



Just some small fallout between mainline and 3.1 branch CVS

We were defining a cpp macro twice by mistake in the Linux headers
on the mainline.  Fixed, thusly.

(Yes, I am walking over a diff of the current mainline vs. 3.1
 for the whole tree :-)

2002-05-05  David S. Miller  <davem@redhat.com>

	* config/sparc/linux.h, config/sparc/linux64.h
	(HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.

--- config/sparc/linux.h.~1~	Sun Apr 28 21:08:14 2002
+++ config/sparc/linux.h	Sun May  5 02:33:09 2002
@@ -21,8 +21,6 @@
 
 #define LINUX_DEFAULT_ELF
 
-#define HANDLE_PRAGMA_PACK_PUSH_POP
-
 /* Don't assume anything about the header files.  */
 #define NO_IMPLICIT_EXTERN_C
 
--- config/sparc/linux64.h.~1~	Sun Apr 28 21:08:14 2002
+++ config/sparc/linux64.h	Sun May  5 02:33:05 2002
@@ -21,8 +21,6 @@
 
 #define LINUX_DEFAULT_ELF
 
-#define HANDLE_PRAGMA_PACK_PUSH_POP
-
 /* Don't assume anything about the header files.  */
 #define NO_IMPLICIT_EXTERN_C
 


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