* pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define.

From-SVN: r92767
This commit is contained in:
John David Anglin 2004-12-31 17:00:09 +00:00 committed by John David Anglin
parent bf08edc139
commit bdda7d9cc1
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2004-12-31 Hans-Peter Nilsson <hp@bitrange.com>
PR target/18701

View File

@ -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