This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Re: Preliminary patch: New stack trace infrastructure


Andrew Haley wrote:

Bryce McKinlay writes:
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
> retrieving revision 1.432
> diff -u -r1.432 Makefile.am
> --- Makefile.am 25 Nov 2004 12:54:36 -0000 1.432
> +++ Makefile.am 26 Nov 2004 06:09:17 -0000
> @@ -206,7 +206,7 @@
> libgij_la_LIBADD = libgcj.la
> libgij_la_DEPENDENCIES = libgcj.la libgcj.spec
> > -libgcj_la_SOURCES = prims.cc jni.cc exception.cc \
> +libgcj_la_SOURCES = prims.cc jni.cc exception.cc stacktrace.cc \
> link.cc defineclass.cc interpret.cc verify.cc \
> $(nat_source_files) $(math_c_source_files) $(java_source_files) \
> $(built_java_source_files) \
> @@ -2607,6 +2607,7 @@
> gnu/java/locale/Calendar_de.java \
> gnu/java/locale/Calendar_en.java \
> gnu/java/locale/Calendar_nl.java \
> +gnu/java/locale/LocaleHelper.java \
> gnu/java/locale/LocaleInformation.java \
> gnu/java/locale/LocaleInformation_af_ZA.java \
> gnu/java/locale/LocaleInformation_ar_AE.java \
> @@ -2794,6 +2795,7 @@
> gnu/java/security/OID.java \
> gnu/java/security/PolicyFile.java \
> gnu/java/security/action/GetPropertyAction.java \
> +gnu/java/security/action/GetSystemClassLoaderAction.java \


gnu/java/locale/LocaleHelper.java and
gnu/java/security/action/GetSystemClassLoaderAction.java don't seem to
be here.


Sorry, those were included in the Makefile diff by mistake - they arn't part of the stack trace patch. Just remove them from the Makefile. I'll post a new patch soon.

Regards

Bryce


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