gcc/gcc/java ChangeLog Make-lang.in decl.cc ho ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sun Mar 27 03:01:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-03-27 03:01:24

Modified files:
	gcc/java       : ChangeLog Make-lang.in decl.cc hooks.hh 
	                 lower.cc tree.cc 

Log message:
	* Make-lang.in (gt-java-decl.h): New target.
	* lower.cc (visit_bytecode_block): Use built_in_decls.
	* tree.cc (build_mod): Use built_in_decls to find fmod and fmodf.
	* hooks.hh (builtin_fmod): Removed.
	* decl.cc (builtin_creator_function, string_or_tree,
	builtin_record, java_builtins, max_builtin, min_builtin,
	abs_builtin, define_builtin, initialize_builtins): From gcj.
	(initialize_decls): Call initialize_builtins.
	(builtin_fmod): Removed.
	(initialize_builtin_functions): Removed old comment.
	Include gt-java-decl.h.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.68&r2=1.1529.2.69
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.151.2.5&r2=1.151.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/hooks.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lower.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/tree.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.32&r2=1.1.2.33



More information about the Gcc-cvs mailing list