This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27741] New: Automate generation of gcj/javaprims.h
- From: "mark at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 23 May 2006 09:39:34 -0000
- Subject: [Bug libgcj/27741] New: Automate generation of gcj/javaprims.h
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcj/javaprims.h has to be regenerated by hand using the classes.pl script
whenever you add a class to java.lang, java.io, or java.util (including
sub-packages, like java.lang.ref). The procedure is described in the HACKING
file. It would be nice to automate this process since it can only be done after
the first source->bytecode compilation step. If it is forgotten the native code
generation phase fails.
--
Summary: Automate generation of gcj/javaprims.h
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27741