From: Hans-Peter Nilsson Date: Sun, 18 Mar 2007 23:46:02 +0000 (+0000) Subject: * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3271cd2631c02ff01cae558dfa82349c859617e;p=gcc.git * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1. From-SVN: r123043 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9095ea2dba1..49ca35731d6 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 93434ec5de9..08998bc6e6a 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")