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]

data_start botch



Somehow I botched a patch application.  We were missing an important
line that was supposed to be in a previous patch.  I've committed this
fix:


Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>

	* gcconfig.h (DATASTART): Add missing extern declaration
	for data_start on powerpc.

Index: gcconfig.h
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/gcconfig.h,v
retrieving revision 1.8
diff -u -p -u -r1.8 gcconfig.h
--- gcconfig.h	1999/12/20 05:55:34	1.8
+++ gcconfig.h	2000/01/29 01:15:22
@@ -532,6 +532,7 @@
 #     undef STACK_GRAN
 #     define STACK_GRAN 0x10000000
 	/* Stack usually starts at 0x80000000 */
+      extern int data_start;
 #     define DATASTART (&data_start)
       extern int _end;
 #     define DATAEND (&_end)



AG

-- 
Anthony Green                                                        Red Hat
                                                       Sunnyvale, California

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