* pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2004 17:00:09 +0000 (17:00 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2004 17:00:09 +0000 (17:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92767 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa-hpux.h

index 86b5868..91fdca4 100644 (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
index b8ef0c1..958c9ef 100644 (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