This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Re: gc changes




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)


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