* config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 18 Mar 2007 23:46:02 +0000 (23:46 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 18 Mar 2007 23:46:02 +0000 (23:46 +0000)
From-SVN: r123043

gcc/ChangeLog
gcc/config/cris/cris.h

index 9095ea2dba1ea74ff6bd90cf4eb8b8c22bf5a216..49ca35731d69fecece342f6bd6bf2d3fa1e9d6c3 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
+
 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
index 93434ec5de979b28fe0b8cefc5ca309f6e3d9848..08998bc6e6aac919f04381eafbbf2213bcc6a2ff 100644 (file)
@@ -1414,6 +1414,9 @@ enum cris_pic_symbol_type
 
 #define NO_IMPLICIT_EXTERN_C
 
+/* No specific purpose other than warningless compatibility.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
+
 /*
  * Local variables:
  * eval: (c-set-style "gnu")