diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-12-31 17:00:09 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2004-12-31 17:00:09 +0000 |
commit | bdda7d9cc1d2ae296507f4c6e67e13a956e3717c (patch) | |
tree | cea0c70a57ea0b31833a4b77daf1359cd98bb429 /gcc/config/pa | |
parent | bf08edc1398aac7340cb2d4bc39a978070bfc798 (diff) | |
download | gcc-bdda7d9cc1d2ae296507f4c6e67e13a956e3717c.zip gcc-bdda7d9cc1d2ae296507f4c6e67e13a956e3717c.tar.gz gcc-bdda7d9cc1d2ae296507f4c6e67e13a956e3717c.tar.bz2 |
* pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define.
From-SVN: r92767
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index b8ef0c1..958c9ef 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -121,3 +121,11 @@ Boston, MA 02111-1307, USA. */ compatibility with the HP-UX unwind library. */ #undef TARGET_HPUX_UNWIND_LIBRARY #define TARGET_HPUX_UNWIND_LIBRARY 1 + +/* Handle #pragma weak and #pragma pack. */ +#undef HANDLE_SYSV_PRAGMA +#define HANDLE_SYSV_PRAGMA + +/* Define this so we can compile MS code for use with WINE. */ +#undef HANDLE_PRAGMA_PACK_PUSH_POP +#define HANDLE_PRAGMA_PACK_PUSH_POP |