This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: PR 31890
- From: Matthias Klose <doko at ubuntu dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 05 Aug 2008 09:59:11 +0200
- Subject: Re: Patch: FYI: PR 31890
- References: <m33alkntji.fsf@fleche.redhat.com>
Tom Tromey schrieb:
> PR 31890 points out that we need to update javaprims.h.
>
> I only did this for the trunk, not any release branch.
here is the corresponding patch for the 4.3 branch; ok to check in? Ok to check
in the HACKING changes on the trunk?
Matthias
2008-08-05 Matthias Klose <doko@ubuntu.com>
PR libgcj/31890
* gcj/javaprims.h: Regenerate class list.
* HACKING: Update instructions how to build gcj/javaprims.h.
Index: HACKING
===================================================================
--- HACKING (revision 138665)
+++ HACKING (working copy)
@@ -184,6 +184,6 @@
entire contents of the namespace)
* Then insert the output of `perl scripts/classes.pl' into the file
- at that point. This must be run from the build tree, in
- <build>/classpath/lib; it uses the .class file name to determine
+ at that point. This must be run from the source tree, in
+ libjava/classpath/lib; it uses the .class file name to determine
what to print.
Index: gcj/javaprims.h
===================================================================
--- gcj/javaprims.h (revision 138665)
+++ gcj/javaprims.h (working copy)
@@ -440,6 +440,7 @@
class EnumMap$7;
class EnumSet;
class EnumSet$1;
+ class EnumSet$2;
class Enumeration;
class EventListener;
class EventListenerProxy;