* config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorRichard Henderson <rth@redhat.com>
Thu, 9 Nov 2000 23:57:41 +0000 (15:57 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 9 Nov 2000 23:57:41 +0000 (15:57 -0800)
From-SVN: r37350

gcc/ChangeLog
gcc/config/alpha/linux.h

index 03d1ac601455c51937b790d9ccc196f128ea68c5..e0fe0ed2fd065e33a94b5f5daae0ef67ee15ea10 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-09  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+
 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
 
        * c-decl.c (finish_struct): When a structure is completed,
index e4734938d7cf61cc8e2c48ab3165ef34b03a5126..c8f649a758285ad1070c363f782226d10a7b1cbe 100644 (file)
@@ -41,3 +41,6 @@ SUB_CPP_PREDEFINES
 
 #undef WCHAR_TYPE
 #define WCHAR_TYPE "int"
+
+/* Define this so that all GNU/Linux targets handle the same pragmas.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP