]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 07eb3c4ed2dd4c7b1b9e0bc4ea2591b6564d80e9..f92afc0e1f74726e9354ec56de320b3734104f6c 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 12d859cdf2a921eaa1dc57d3194160110926cba7..bc94de560209d7f697c87a856a503d0535a87152 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 7c31d8760452a1fa43d41032e3712c379ab33e56..dee22e5f6fbaea614e574a25e71c8c985367a8dd 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