* pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define.
From-SVN: r92767
This commit is contained in:
parent
bf08edc139
commit
bdda7d9cc1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user