OSDN Git Service

* config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2000 23:57:41 +0000 (23:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2000 23:57:41 +0000 (23:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37350 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 03d1ac6..e0fe0ed 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 e473493..c8f649a 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