This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]