diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9095ea2dba1e..49ca35731d69 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-03-19 Hans-Peter Nilsson + + * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1. + 2007-03-18 John David Anglin * pa.md: Add fpstore_load and store_fpload instruction types. Provide diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 93434ec5de97..08998bc6e6aa 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -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")