From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30454 invoked by alias); 23 May 2006 09:39:34 -0000 Received: (qmail 30435 invoked by uid 48); 23 May 2006 09:39:34 -0000 Date: Tue, 23 May 2006 09:39:00 -0000 Subject: [Bug libgcj/27741] New: Automate generation of gcj/javaprims.h X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "mark at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00255.txt.bz2 List-Id: 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