This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
data_start botch
- To: java-patches at sourceware dot cygnus dot com
- Subject: data_start botch
- From: Anthony Green <green at cygnus dot com>
- Date: Fri, 28 Jan 2000 17:17:09 -0800
- CC: geoffk at redhat dot com
- Reply-to: green at redhat dot com
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