1. 06 Feb, 2000 4 commits
    • com.c (mark_tracker_head, [...]): Protoize. · 54551044
             * com.c (mark_tracker_head, mark_binding_level): Protoize.
      
             * where.c (mark_ffewhere_head): Likewise.
      
      From-SVN: r31812
      Kaveh R. Ghazi committed
    • Makefile.in (call.o): Depend on $(EXPR_H). · 70a51bda
      	* Makefile.in (call.o): Depend on $(EXPR_H).
      
      	* call.c: Include "expr.h".
      
      	* class.c (dump_class_hierarchy): Add prototype.
      
      	* search.c (dfs_get_pure_virtuals): Likewise.
      
      From-SVN: r31811
      Kaveh R. Ghazi committed
    • Makefile.in (c-common.o): Depend on $(EXPR_H). · c6991660
      	* Makefile.in (c-common.o): Depend on $(EXPR_H).
      
      	* c-common.c: Include expr.h.
      
      	* c-pragma.c (mark_align_stack): Add prototype.
      
      	* caller-save.c (add_stored_regs): Likewise.
      
      	* combine.c (record_promoted_value): Likewise.
      
      	* i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
      	Likewise.
      
      	* cppinit.c (new_pending_define): Likewise.
      
      	* cpplib.c (skip_block_comment, skip_line_comment): Likewise.
      
      	* dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
      	AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
      	AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
      	class_scope_p): Likewise.
      
      	* dwarf2out.h (dwarf2out_set_demangle_name_func,
      	dwarf2out_add_library_unit_info): Likewise.
      
      	* ggc.h (ggc_page_print_statistics): Likewise.
      
      	* haifa-sched.c (propagate_deps): Likewise.
      
      	* reg-stack.c (next_flags_user, record_label_references): Likewise.
      
      	* rtl.h (set_stack_check_libfunc): Likewise.
      
      	* toplev.h (set_fatal_function): Likewise.
      
      	* toplev.c (set_fatal_function): Delete prototype.
      
      	* diagnostic.c: Deconstify functions returning malloc'ed ptrs.
      
      From-SVN: r31810
      Kaveh R. Ghazi committed
    • ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX. · 79f4e1c0
      * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
      (FUNC_END): Likewise.
      
      From-SVN: r31808
      Geoff Keating committed
  2. 05 Feb, 2000 8 commits
  3. 04 Feb, 2000 14 commits
  4. 03 Feb, 2000 11 commits
  5. 02 Feb, 2000 3 commits
    • * i386/netbsd.h (INT_ASM_OP): Define. · cf8e13bb
      From-SVN: r31766
      Krister Walfridsson committed
    • jv-scan.c: Include version.c, <getopt.h>. · c89c53eb
      	* jv-scan.c: Include version.c, <getopt.h>.
      	(LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
      	(options): New array.
      	(usage): New function.
      	(version): New function.
      	(main): Use getopt_long to parse command line.
      	* jcf-dump.c: Include version.c, <getopt.h>.
      	(LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
      	OPT_JAVAP): New macros.
      	(options): New array.
      	(usage): Return `void'.  Changed message.
      	(help): New function.
      	(version): New function.
      	(main): Use getopt_long_only to parse command line.
      	* gjavah.c: Include <getopt.h>.
      	(LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
      	OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
      	OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
      	(options): New array.
      	(java_no_argument): Removed.
      	(help): Updated with missing options.
      	(main): Use getopt_long_only to parse command line.
      	(usage): Changed message.
      
      From-SVN: r31765
      Tom Tromey committed
    • Add -Wunused to dg-options · 2e695cbb
      From-SVN: r31764
      Zack Weinberg committed