]> gcc.gnu.org Git - gcc.git/commit - gcc/java/java-tree.h
Make-lang.in (JAVA_OBJS, [...]): Update.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 9 Jun 2003 19:54:26 +0000 (19:54 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 9 Jun 2003 19:54:26 +0000 (19:54 +0000)
commit95ca6d8b3248955be5d473b3210824d5689c0e38
tree1294c96ac7dbea07618cad9609fe95009462e108
parent00051260e05e8f7108c0fb5d1d30ed24f25a1829
Make-lang.in (JAVA_OBJS, [...]): Update.

java:
* Make-lang.in (JAVA_OBJS, java/lang.o): Update.
(java/j-options.c, java/j-options.h): New.
* java-tree.h (resource_name, compile_resource_file,
compile_resource_data): Constify.
* jcf-write.c (jcf_write_base_directory): Similarly.
* jcf.h (jcf_write_base_directory): Similarly.
* lang.c: Include j-options.h.
(cl_options_count, cl_options, string_option, java_decode_option,
lang_f_options, lang_W_options, LANG_HOOKS_DECODE_OPTION,
process_option_with_no): Remove.
(resource_name): Constify.
(LANG_HOOKS_HANDLE_OPTION): Override.
(java_handle_option): New.
(java_init): Don't call jcf_path_init.
(java_init_options): Call jcf_path_init.
* lang.opt: New.
* resource.c (compile_resource_data, compile_resource_file): Constify.

From-SVN: r67673
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/java/java-tree.h
gcc/java/jcf-write.c
gcc/java/jcf.h
gcc/java/lang.c
gcc/java/lang.opt [new file with mode: 0644]
gcc/java/resource.c
This page took 0.057687 seconds and 5 git commands to generate.