1. 11 Jun, 2003 1 commit
    • neil's avatar
      * hooks.c (hook_int_size_t_constcharptr_int_0): New. · e938cdf5
      neil authored
      	* hooks.h (hook_int_size_t_constcharptr_int_0): New.
      	* langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
      	(LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.c (lhd_decode_option): Remove.
      	* langhooks.h (struct lang_hooks): Remove decode_option.
      	* opts.c (handle_option): No longer use decode_option.
      java:
      	* Make-lang.in: Handle mostlyclean.
      treelang:
      	* Make-lang.in: Update for option handling.
      	* lang.opt: New.
      	* tree1.c: Include opts.h and t-options.h.
      	(treelang_decode_option): Remove.
      	(treelang_handle_option): New.
      	* treetree.c (LANG_HOOKS_DECODE_OPTION): Remove.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	* treetree.h (treelang_decode_option): Remove.
      	(treelang_handle_option): New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67799 138bc75d-0d04-0410-961f-82ee72b054a4
      e938cdf5
  2. 06 May, 2003 1 commit
    • nathan's avatar
      treelang: · 6f823f90
      nathan authored
      	* Make-lang.in (treelang/tree1.o): Depends on input.h
      	(treelang/treetree.o, treelang/parse.o, treelang/lex.o): Likewise.
      	* treelang.h: #include input.h.
      	(in_fname): Remove.
      	(struct token_part): Remove lineno, add location.
      	* lex.l (next_tree_lineno): Remove.
      	(update_lineno_charno): Adjust.
      	(dump_lex_value): Adjust.
      	* parse.y (variable_def, function_prototype, function, statement,
      	if_statement, return, function_invocation, variable_ref): Adjust.
      	(print_token, yyerror, ensure_not_void): Adjust.
      	tree1.c (in_fname): Remove.
      	(treelang_init): Setup input_location.
      	(lookup_tree_name): Adjust.
      	(insert_tree_name): Adjust.
      	* treetree.c (tree_code_if_start): Replace filename and lineno
      	parms with loc. Adjust.
      	(tree_code_if_else, tree_code_if_end,
      	tree_code_create_function_prototype,
      	tree_code_create_function_initial,
      	tree_code_create_function_wrapup, tree_code_create_variable,
      	tree_code_output_expression_statement): Likewise.
      	* treetree.h (tree_code_if_start): Replace filename and lineno
      	parms with loc.
      	(tree_code_if_else, tree_code_if_end,
      	tree_code_create_function_prototype,
      	tree_code_create_function_initial,
      	tree_code_create_function_wrapup, tree_code_create_variable,
      	tree_code_output_expression_statement): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66519 138bc75d-0d04-0410-961f-82ee72b054a4
      6f823f90
  3. 08 Mar, 2003 1 commit
    • neil's avatar
      * c-common.h (c_common_init, c_common_post_options): Update. · 03bde601
      neil authored
      	* c-objc-common.c (c_objc_common_init): Update for new prototype.
      	* c-opts.c (saved_lineno): New.
      	(c_common_post_options, c_common_init): Update prototypes,
      	move call to cpp_read_main_file from latter to former.
      	* c-tree.h (c_ojbc_common_init): Update.
      	* langhooks-def.h (lhd_post_options): New.
      	(LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
      	* langhooks.c (lhd_post_options): New.
      	* langhooks.h (struct lang_hooks): Update post_options and init hooks.
      	* toplev.c (no_backend): New.
      	(process_options): Call post_options hook and set main_input_filename
      	and input_filename here.
      	(lang_dependent_init, do_compile): post_options hook moved to
      	process_options.
      	* objc/objc-act.c (objc_init): Update prototype.
      	* objc/objc-act.h (objc_init): Update prototype.
      ada:
      	* misc.c (gnat_init): Update for new prototype.
      cp:
      	* cp-tree.h (cxx_init): Update prototype.
      	* lex.c (cxx_init): Similarly.
      f:
      	* com.c (ffe_init): Update prototype; move code to ffe_post_options.
      	(ffe_post_options): New.
      java:
      	* lang.c (java_init): Update prototype, move code to java_post_options.
      	(java_post_options): Similarly.
      treelang:
      	* tree1.c (in_fname): Fix type.
      	(treelang_init): Update prototype and use of in_fname.
      	* treelang.h (in_fname): Fix type.
      	* treetree.c (tree_code_if_start, tree_code_if_else,
      	tree_code_if_end, tree_code_create_function_prototype,
      	tree_code_create_function_initial, tree_code_create_funciton_wrapup,
      	tree_code_create_variable, tree_code_output_expression_statement)
      	: Fix prototypes and use of filenames.
      	* treetree.h: Similarly.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64001 138bc75d-0d04-0410-961f-82ee72b054a4
      03bde601
  4. 01 Mar, 2003 1 commit
  5. 10 Jun, 2002 1 commit
  6. 05 May, 2002 1 commit