aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2002-03-12 15:24:44 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2002-03-12 15:24:44 +0000
commit17720332ab756669b36541bd00b730ae11de7bc8 (patch)
treec3f17d9e546400186be28efb99dd9a6892da6ecd /gcc
parentcd49f0735dca5e48b3d110fef812398ef7ba55a6 (diff)
downloadgcc-17720332ab756669b36541bd00b730ae11de7bc8.zip
gcc-17720332ab756669b36541bd00b730ae11de7bc8.tar.gz
gcc-17720332ab756669b36541bd00b730ae11de7bc8.tar.bz2
linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2002-03-12 Andrew MacLeod <amacleod@redhat.com> * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. From-SVN: r50656
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 f487e64..b5d96d3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2002-03-12 Andrew MacLeod <amacleod@redhat.com>
+ * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+ * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+
+2002-03-12 Andrew MacLeod <amacleod@redhat.com>
+
* config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
address calculation.
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h
index 086bcdb..a55d43c 100644
--- a/gcc/config/sparc/linux.h
+++ b/gcc/config/sparc/linux.h
@@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */
#define LINUX_DEFAULT_ELF
+#define HANDLE_PRAGMA_PACK_PUSH_POP
+
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h
index 1d5dfa0..9d521bc 100644
--- a/gcc/config/sparc/linux64.h
+++ b/gcc/config/sparc/linux64.h
@@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */
#define LINUX_DEFAULT_ELF
+#define HANDLE_PRAGMA_PACK_PUSH_POP
+
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C