This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] undef MPROTECT_VDB for darwin?
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: java-patches <java-patches at gcc dot gnu dot org>
- Date: Fri, 07 Feb 2003 06:45:55 +0100
- Subject: [PATCH] undef MPROTECT_VDB for darwin?
Hello Hans,
may I apply the following patch to gcc 3.3 and 3.4?
Or do you plan to import the latest sources soon? I vaguely remember
that you don't do so on 3.3?
It would make darwin build libgcj with less problems.
Thanks,
Andreas
RCS file: /cvs/gcc/gcc/boehm-gc/include/private/gcconfig.h,v
retrieving revision 1.26
diff -u -r1.26 gcconfig.h
--- include/private/gcconfig.h 2 Oct 2002 06:25:37 -0000 1.26
+++ include/private/gcconfig.h 7 Feb 2003 05:40:56 -0000
@@ -685,7 +685,7 @@
# define DATASTART ((ptr_t) get_etext())
# define STACKBOTTOM ((ptr_t) 0xc0000000)
# define DATAEND /* not needed */
-# define MPROTECT_VDB
+# undef MPROTECT_VDB
# include <unistd.h>
# define GETPAGESIZE() getpagesize()
# endif