This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: gc changes
- To: Anthony Green <green at cygnus dot com>
- Subject: Re: gc changes
- From: Jeff Sturm <jsturm at sigma6 dot com>
- Date: Mon, 20 Dec 1999 00:32:46 -0500 (EST)
- cc: java-patches at sourceware dot cygnus dot com
On Sun, 19 Dec 1999, Anthony Green wrote:
> 1999-12-19 Anthony Green <green@cygnus.com>
>
> * gcconfig.h: Use libgcj hack for Alpha Linux.
Somehow the one line below disappeared... can you commit this too?
1999-12-19 Jeff Sturm <jsturm@sigma6.com>
* gcconfig.h: Define DATASTART for Alpha Linux.
Index: boehm-gc/gcconfig.h
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/gcconfig.h,v
retrieving revision 1.7
diff -u -r1.7 gcconfig.h
--- gcconfig.h 1999/12/20 02:34:52 1.7
+++ gcconfig.h 1999/12/20 05:20:51
@@ -992,6 +992,7 @@
the start of the data segment. So libgcj defines
data_start on its own (in libgcjdata.a). */
extern int data_start;
+# define DATASTART &data_start
# define DYNAMIC_LOADING
# else
# define DATASTART ((ptr_t) 0x140000000)