diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-03-18 23:46:02 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-03-18 23:46:02 +0000 |
commit | c3271cd2631c02ff01cae558dfa82349c859617e (patch) | |
tree | fb153750c9d000ba6feb75cafc6c00db0beca056 | |
parent | bd994a48f6820f22dad34d060d2edd266f2d7ea0 (diff) | |
download | gcc-c3271cd2631c02ff01cae558dfa82349c859617e.zip gcc-c3271cd2631c02ff01cae558dfa82349c859617e.tar.gz gcc-c3271cd2631c02ff01cae558dfa82349c859617e.tar.bz2 |
* config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
From-SVN: r123043
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/cris.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9095ea2..49ca357 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 93434ec..08998bc 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") |