This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

java/227


The following reply was made to PR java/227; it has been noted by GNATS.

From: ro@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/227
Date: 2 Aug 2001 12:22:55 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_0-branch
 Changes by:	ro@gcc.gnu.org	2001-08-02 05:22:54
 
 Modified files:
 	gcc            : ChangeLog gcc.c gcc.h 
 	gcc/config/alpha: osf.h 
 	gcc/java       : ChangeLog jvspec.c jvgenmain.c 
 
 Log message:
 	* gcc.c (set_collect_gcc_options): New function, split out from
 	main.
 	Ignore elided switches.
 	(do_spec_1): Invoke before executing command.
 	(set_input): Export.
 	Move declaration ...
 	* gcc.h (set_input): ... here.
 	* config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
 	file.
 	
 	java:
 	* jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
 	ASM_FINAL_SPEC.
 	(lang_specific_pre_link): Use set_input to set input_filename.
 	Append `main' here.
 	* jvgenmain.c (usage): Append literal `main' to CLASSNAME.
 	(main): Fix definition.
 	Strip `main' from classname.
 	Fixes PR java/227.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.9240.2.752&r2=1.9240.2.753
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.205.2.18&r2=1.205.2.19
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.3.6.2&r2=1.3.6.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.15.4.4&r2=1.15.4.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.647.2.77&r2=1.647.2.78
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jvspec.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.35.2.6&r2=1.35.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jvgenmain.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.23.2.1&r2=1.23.2.2
 


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