OSDN Git Service

* config/netbsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
authorkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2007 00:22:54 +0000 (00:22 +0000)
committerkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2007 00:22:54 +0000 (00:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128319 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/netbsd.h

index ec81f93..f9f0023 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 68a4bf5..3f42452 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