aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-03-31 00:02:54 -0800
committerDavid S. Miller <davem@gcc.gnu.org>2002-03-31 00:02:54 -0800
commitb5de1a2766aec014493b6c59c54f5941a63b5c27 (patch)
treed072b10076b32ae58d82f13a9f7b7c8050651bfe /gcc
parent8fc55e09c3cc99b05fd672d88b01049a239c8096 (diff)
downloadgcc-b5de1a2766aec014493b6c59c54f5941a63b5c27.zip
gcc-b5de1a2766aec014493b6c59c54f5941a63b5c27.tar.gz
gcc-b5de1a2766aec014493b6c59c54f5941a63b5c27.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sparc/linux.h2
-rw-r--r--gcc/config/sparc/linux64.h2
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 07eb3c4..f92afc0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h
index 12d859c..bc94de5 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 7c31d87..dee22e5 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