* config/netbsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
authorKrister Walfridsson <cato@df.lth.se>
Mon, 10 Sep 2007 00:22:54 +0000 (02:22 +0200)
committerKrister Walfridsson <kristerw@gcc.gnu.org>
Mon, 10 Sep 2007 00:22:54 +0000 (00:22 +0000)
From-SVN: r128319

gcc/ChangeLog
gcc/config/netbsd.h

index ec81f93471d686ce4be5a691cc5d4c5f9d5b3f04..f9f0023a485cda81ea3629ec90e05632bc06f6c1 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-09  Krister Walfridsson  <cato@df.lth.se>
+
+       * config/netbsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
+
 2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/i386/i386.h (ix86_tune_indices): Rename
index 68a4bf5b06f44d9d43f1b99f1161ebe13e3f509d..3f4245283187f52b2aae7ebe6e201b785ae2ba44 100644 (file)
@@ -224,3 +224,6 @@ __enable_execute_stack (void *addr)                                 \
   /* 7 == PROT_READ | PROT_WRITE | PROT_EXEC */                                \
   (void) mprotect (page, end - page, 7);                               \
 }
+
+/* Define this so we can compile MS code for use with WINE.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1