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: Patch: FYI: PR 31890


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;

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