OSDN Git Service

* gcc.dg/lto/ipareference2_0.c: New file.
[pf3gnuchains/gcc-fork.git] / gcc / config / netbsd.h
index 68a4bf5..4f82809 100644 (file)
@@ -180,7 +180,7 @@ along with GCC; see the file COPYING3.  If not see
 \f
 
 /* Attempt to turn on execute permission for the stack.  This may be
-   used by INITIALIZE_TRAMPOLINE of the target needs it (that is,
+   used by TARGET_TRAMPOLINE_INIT if the target needs it (that is,
    if the target machine can change execute permissions on a page).
 
    There is no way to query the execute permission of the stack, so
@@ -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