Patch: GC -vs- PPC Linux

Tom Tromey tromey@cygnus.com
Sun Apr 23 21:57:00 GMT 2000


I'm checking in this patch, which makes it possible for programs to
link against libgcj+the GC on PPC Linux.

Hans, I'm not entirely sure this is right.  I haven't really done any
testing of it.

Tom

2000-04-23  Tom Tromey  <tromey@cygnus.com>

	* gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.

Index: gcconfig.h
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/gcconfig.h,v
retrieving revision 1.10
diff -u -r1.10 gcconfig.h
--- gcconfig.h	2000/04/19 10:09:57	1.10
+++ gcconfig.h	2000/04/24 04:54:11
@@ -553,6 +553,7 @@
 				/* This was 2, but that didn't sound right. */
 #     define OS_TYPE "LINUX"
 #     define HEURISTIC1
+#     define DYNAMIC_LOADING
 #     undef STACK_GRAN
 #     define STACK_GRAN 0x10000000
 	/* Stack usually starts at 0x80000000 */


More information about the Java-patches mailing list