linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorDavid S. Miller <davem@redhat.com>
Sun, 31 Mar 2002 08:02:54 +0000 (00:02 -0800)
committerDavid S. Miller <davem@gcc.gnu.org>
Sun, 31 Mar 2002 08:02:54 +0000 (00:02 -0800)
* config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
* config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.

From-SVN: r51634

gcc/ChangeLog
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h

index 07eb3c4..f92afc0 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-30  David S. Miller  <davem@redhat.com>
+
+       * 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 <roger@eyesopen.com>
             Richard Henderson  <rth@redhat.com>
 
index 12d859c..bc94de5 100644 (file)
@@ -250,3 +250,5 @@ do {                                                                        \
 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
 #endif
 \f
+/* Don't be different from other Linux platforms in this regard.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP
index 7c31d87..dee22e5 100644 (file)
@@ -364,3 +364,5 @@ do {                                                                        \
 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
 #endif
 \f
+/* Don't be different from other Linux platforms in this regard.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP