gcc/gcc/java ChangeLog Make-lang.in decl.cc dr ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Tue Oct 4 21:53:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-10-04 21:53:54
Modified files:
gcc/java : ChangeLog Make-lang.in decl.cc driver.cc
glue.hh hooks.hh treegen.cc treegen.hh
Added files:
gcc/java : resource.cc
Log message:
* Make-lang.in (JAVA_OBJS): Added resource.o.
* resource.cc: New file.
* treegen.cc (compile_resource): New method.
* hooks.hh (resource_list): Declare.
(compile_resource_file, compile_resource_data): Likewise.
* decl.cc (resource_list): New global.
* driver.cc (arg_info::resource_name): New field.
(arg_info): Initialize it.
(handle_option): Set resource_name.
(process_one_file): Handle resource_name.
* treegen.hh (tree_code_generator::compile_resource): Declare.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/resource.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.113&r2=1.1529.2.114
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.8&r2=1.151.2.9
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.23&r2=1.1.2.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/driver.cc.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/glue.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.15&r2=1.1.2.16
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.12&r2=1.1.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/treegen.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.10&r2=1.1.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/treegen.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4
More information about the Gcc-cvs
mailing list