1. 14 Aug, 2002 20 commits
  2. 13 Aug, 2002 17 commits
  3. 12 Aug, 2002 3 commits
    • c-opts.c (deps_seen, [...]): New. · f4ff5a69
      	* c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
      	handle_deferred_opts, sanitize_cpp_opts, defer_opt,
      	struct deferred_opt): New.
      	(COMMAND_LINE_OPTIONS): Add -M*.
      	(missing_arg): Update.
      	(c_common_decode_option): Handle -M*.
      	(c_common_post_options): Handle -M*.  Use sanitize_cpp_opts;
      	don't call cpp_post_options.
      	(c_common_finish, check_deps_environment_vars): Update.
      	* cppfiles.c (stack_include_file, handle_missing_header): Update.
      	* cpphash.h (CPP_PRINT_DEPS): Remove.
      	* cppinit.c: Don't include version.h.
      	(cpp_create_reader): Don't call deps_init.  Initialize
      	warn_long_long.
      	(cpp_read_main_file): Init deps if necessary.
      	(cpp_destroy): Conditionally free deps.
      	(cpp_finish): Update.
      	(no_tgt): Remove.
      	(COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
      	(cpp_post_options): Rename post_options.
      	* cpplib.h (struct cpp_options): Remove some dependency options;
      	move others to a new structure.
      	(cpp_post_options): Remove.
      	(cpp_finish): Comment.
      	* fix-header.c (read_scan_file): Don't call cpp_post_options.
      treelang:
      	* treelang.c: Remove cpp_post_options.
      
      From-SVN: r56239
      Neil Booth committed
    • mmix.md (define_constants): Add MMIX_rR_REGNUM. · 34116c2a
      	* config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
      	("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
      	MMIX_rR_REGNUM as clobbered.
      	* config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
      
      From-SVN: r56238
      Hans-Peter Nilsson committed
    • diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer. · 9b32718c
              * diagnostic.h (output_formatted_scalar): Rename from
              output_formatted_integer.
              * diagnostic.def: Add DK_DEBUG.
              * diagnostic.c (output_decimal): Adjust.
              (output_long_decimal): Likewise.
              (output_unsigned_decimal): Likewise.
              (output_octal): Likewise.
              (output_long_octal): Likewise.
              (output_hexadecimal): Likewise.
              (output_long_hexadecimal): Likewise.
              * c-pretty-print.c (pp_c_type_specifier): New function.
              (pp_c_specifier_qualifier_list): Likewise.
              (pp_c_abstract_declarator): Likewise.
              (pp_c_char): Replace pp_format_integer with pp_format_scalar.
      
      From-SVN: r56236
      Gabriel Dos Reis committed