diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-09-15 18:14:10 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-09-15 18:14:10 +0000 |
commit | 7ee51a34b8164864b8ed4274441ddc000df7482c (patch) | |
tree | 9ad0b335a64f31450cbcd011dc489ace39fdff4a | |
parent | 8c5c0b80a45b77182c83c950fb9c7443859d7d98 (diff) | |
download | gcc-7ee51a34b8164864b8ed4274441ddc000df7482c.zip gcc-7ee51a34b8164864b8ed4274441ddc000df7482c.tar.gz gcc-7ee51a34b8164864b8ed4274441ddc000df7482c.tar.bz2 |
* config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Add define.
From-SVN: r116980
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/hpux.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e1867e..4bc3b5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-15 Steve Ellcey <sje@cup.hp.com> + + * config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Add define. + 2006-09-15 Uros Bizjak <uros@kss-loka.si> * doc/contrib.texi: Add my entry. diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 9ffe1fd..1fba106 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -219,3 +219,6 @@ do { \ #undef NO_PROFILE_COUNTERS #define NO_PROFILE_COUNTERS 0 + +#undef HANDLE_PRAGMA_PACK_PUSH_POP +#define HANDLE_PRAGMA_PACK_PUSH_POP |