From: David S. Miller Date: Sun, 31 Mar 2002 08:02:54 +0000 (-0800) Subject: linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. X-Git-Tag: releases/gcc-3.3.0~6006 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5de1a2766aec014493b6c59c54f5941a63b5c27;p=thirdparty%2Fgcc.git linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise. From-SVN: r51634 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07eb3c4ed2dd..f92afc0e1f74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-30 David S. Miller + + * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise. + 2002-03-30 Roger Sayle Richard Henderson diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 12d859cdf2a9..bc94de560209 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -250,3 +250,5 @@ do { \ #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " #endif +/* Don't be different from other Linux platforms in this regard. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 7c31d8760452..dee22e5f6fba 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -364,3 +364,5 @@ do { \ #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " #endif +/* Don't be different from other Linux platforms in this regard. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP