From bdda7d9cc1d2ae296507f4c6e67e13a956e3717c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 31 Dec 2004 17:00:09 +0000 Subject: [PATCH] * pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define. From-SVN: r92767 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa-hpux.h | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86b58686fc9..91fdca485bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-31 John David Anglin + + * pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define. + 2004-12-31 Hans-Peter Nilsson PR target/18701 diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index b8ef0c17099..958c9efa6ac 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 -- 2.30.2