1. 06 Mar, 1999 6 commits
    • Makefile.in (jcf-parse.o): Depend on $(PARSE_H). · 8e1f2d4c
              * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
              (parse-scan.o): Depend on toplev.h.
              * class.c (make_method_value): Add prototype.  Make it static.
              Remove unused second argument, caller changed.
              * expr.c (java_lang_expand_expr): Remove unused variable
              `return_label'.
              * java-tree.h: Don't prototype find_in_current_zip.
              Add prototypes for verify_constant_pool, start_java_method,
              end_java_method, give_name_to_locals, expand_byte_code,
              open_in_zip, set_constant_value, find_constant1, find_constant2,
              find_utf8_constant, find_string_constant, find_class_constant,
              find_fieldref_index, find_methodref_index, write_constant_pool,
              count_constant_pool_bytes and encode_newarray_type.
              * jcf-dump.c: Remove unused variable `LONG_temp'.
              * jcf-parse.c: Include parse.h.
              (jcf_parse_source): Remove unused parameter, all callers changed.
              (jcf_figure_file_type): Add static prototype.
              (find_in_current_zip): Likewise.  Also remove unused parameter,
              all callers changed.
              (read_class): Initialize variable `saved_pos'.
              * jcf-reader.c (jcf_parse_preamble): Mark variables
              `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
              * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
              (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
              (java_parse_doc_section): Initialize variable `seen_star'.
              (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
              (java_lex_error): Mark parameters `msg' and `forward' with
              ATTRIBUTE_UNUSED.
              (java_get_line_col): Mark parameters `filename' and `line' with
              ATTRIBUTE_UNUSED.
              * parse-scan.y: Include toplev.h.
              (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
              * parse.h: use `struct JCF', not plain `JCF'.
              (java_parser_context_save_global, java_expand_classes
              java_parser_context_restore_global, java_parse): Add prototypes.
              * typeck.c (convert_ieee_real_to_integer): Remove unused variable
              `node'.
      
      From-SVN: r25616
      Kaveh R. Ghazi committed
    • New (old) tests, just started failing this past week · 158281d7
      From-SVN: r25615
      Craig Burley committed
    • c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. · dff01034
              * c-aux-info.c (data_type, affix_data_type, gen_decl,
              gen_formal_list_for_type, gen_formal_list_for_func_def, gen_type):
              Qualify a char* with the `const' keyword.
              * c-common.c (declare_hidden_char_array, add_attribute, if_elt,
              declare_function_name, decl_attributes, format_char_info,
              check_format_info, binary_op_error): Likewise.
              * cexp.y (yyerror, error, pedwarn, warning, token): Likewise.
              * gcse.c (dump_hash_table): Likewise.
              * integrate.c (function_cannot_inline_p): Likewise
              * optabs.c: Include insn-config.h earlier.
              (init_libfuncs, init_integral_libfuncs, init_floating_libfuncs):
              Qualify a char* with the `const' keyword.
              * real.c (asctoe24, asctoe53, asctoe64, asctoe113, asctoe,
              asctoeg, mtherr, ereal_atof): Likewise.
              * real.h (ereal_atof): Likewise.
              * sbitmap.c (dump_sbitmap_vector): Likewise.
              * sbitmap.h (dump_sbitmap_vector): Likewise.
              * stmt.c (nesting, n_occurrences, expand_start_case): Likewise.
              * toplev.c (rest_of_compilation): Likewise.
              * tree.h (function_cannot_inline_p, expand_start_case): Likewise.
      
      From-SVN: r25614
      Kaveh R. Ghazi committed
    • decl2.c (setup_initp): Give statics with no priority the default priority here. · 3c2a0097
      	* decl2.c (setup_initp): Give statics with no priority the default
      	priority here.
      	(do_dtors, do_ctors, finish_file): Remove special handling of
      	non-prioritized statics.
      
      From-SVN: r25613
      Jason Merrill committed
    • Daily bump. · 15d1c8cf
      From-SVN: r25612
      Jeff Law committed
    • [Nilsson] Add dependencies · f177f8bf
      From-SVN: r25611
      Craig Burley committed
  2. 05 Mar, 1999 18 commits
  3. 04 Mar, 1999 3 commits
  4. 03 Mar, 1999 10 commits
  5. 02 Mar, 1999 3 commits