OSDN Git Service

* config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Mar 2007 23:46:02 +0000 (23:46 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Mar 2007 23:46:02 +0000 (23:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123043 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9095ea2..49ca357 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 93434ec..08998bc 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")