1. 14 Aug, 2002 4 commits
    • configure, configure: Rebuilt. · f5cc59a7
      * boehm-gc/configure, libf2c/configure: Rebuilt.
      * libffi/configure, libiberty/configure: Ditto.
      * libjava/configure, libobjc/configure: Ditto.
      * libstdc++-v3/configure, zlib/configure: Ditto.
      Merged from binutils:
      2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
      From Steve Ellcey <sje@cup.hp.com>:
      * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
      (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
      lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
      IA64.
      * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
      * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
      soname_spec, sys_lib_search_path_spec): Ditto.
      
      From-SVN: r56270
      Alexandre Oliva committed
    • * tree.h: Guard against multiple inclusion. · df89f8e7
      From-SVN: r56269
      Gabriel Dos Reis committed
    • Fix for PR libgcj/7570 and PR libgcj/7578: · eb812b2c
      2002-08-13  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
      
      	Fix for PR libgcj/7570 and PR libgcj/7578:
      	* java/lang/natPosixProcess.cc: Include java/io/File.h.
      	(startProcess): Handle new `dir' argument.
      	* java/lang/Win32Process.java (ConcreteProcess): Added `dir'
      	argument.
      	* java/lang/PosixProcess.java (ConcreteProcess): Added `dir'
      	argument.
      	(startProcess): Likewise.
      	* java/lang/EcosProcess.java (ConcreteProcess): Added `dir'
      	argument.
      	* java/lang/Runtime.java (execInternal): Added `dir' argument.
      	(exec): Don't create new environment if ENV==null.  Pass DIR to
      	execInternal.
      	* java/lang/natRuntime.cc: Include java/io/File.h.
      	(execInternal): Added `dir' argument.
      
      From-SVN: r56268
      Jesse Rosenstock committed
    • reload1.c (reload_cse_simplify): Before checking REG_FUNCTION_VALUE_P, check REG_P. · cf87d551
      	* reload1.c (reload_cse_simplify): Before checking
      	REG_FUNCTION_VALUE_P, check REG_P.
      
      From-SVN: r56267
      Hans-Peter Nilsson committed
  2. 13 Aug, 2002 17 commits
  3. 12 Aug, 2002 13 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
    • - improve wording of previous change · 48c1db3d
      From-SVN: r56235
      David Edelsohn committed
    • trouble.texi (Disappointments): Add static constructor and destructor dependency… · 032613df
      trouble.texi (Disappointments): Add static constructor and destructor dependency information for AIX.
      
      	* doc/trouble.texi (Disappointments): Add static constructor and
      	destructor dependency information for AIX.
      
      From-SVN: r56234
      David Edelsohn committed
    • cpphash.h (struct printer): New from cppmain.c. · a3737481
      	* cpphash.h (struct printer): New from cppmain.c.
      	(cpp_reader): New member.
      	* cppmain.c (struct printer): Move to cpphash.h.
      	(options, print): Remove.
      	(account_for_newlines, print_line, maybe_print_line,
      	cpp_preprocess_file, setup_callbacks, scan_translation_unit,
      	scan_translation_unit_trad, cb_line_change, cb_ident,
      	cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
      	cb_def_pragma): Make reentrant.
      
      From-SVN: r56233
      Neil Booth committed
    • real.c (ieee_64): Always define. · d71f7700
      	* real.c (ieee_64): Always define.
      	(ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
      	(dec_h): Not used yet, hide it.
      	(emdnorm): Mark parameter in ATTRIBUTE_UNUSED.  Guard label with
      	macro controlling use.
      	(TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
      
      From-SVN: r56232
      Kaveh R. Ghazi committed
    • i386.md (tablejump): Sign extend the operand. · c16576e6
      	* i386.md (tablejump): Sign extend the operand.
      	* i386.c (classify_argument): Fix missed case from previous patch.
      
      From-SVN: r56231
      Jan Hubicka committed
    • Daily bump. · cbd1032a
      From-SVN: r56230
      GCC Administrator committed
    • c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c. · 460bd0e3
      	* c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
      	to c-copts.c.
      	(warn_multichar): Die.
      	(cb_register_builtins): Export.
      	* c-common.h (warn_multichar, preprocess_file): Remove.
      	(cb_register_builtins): New.
      	* c-lang.c (c_init): Remove.
      	(LANG_HOOKS_INIT): Use c_objc_common_init.
      	* c-lex.c (init_c_lex): Don't canonicalize filename.
      	* c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
      	(preprocess_file): Make static.  Update for cpplib.
      	(c_common_decode_option): Remove warn_multichar.  Use in_fname.
      	(c_common_post_options): Set some cpp options here.
      	(c_common_init): Move from c-common.c.
      	* cppinit.c (cpp_post_options): Don't canonicalize in_fname.
      	* cpplib.h (struct cpp_options): Remove in_fname.
      	(cpp_preprocess_file): Update.
      	* cppmain.c (cpp_preprocess_file): Update for new prototypes.
      
      From-SVN: r56223
      Neil Booth committed
    • * config.gcc (mips*-*-netbsd*): Include ${tm_file}. · f3f268dd
      From-SVN: r56222
      Kaveh R. Ghazi committed
    • i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment… · f0201fba
      i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment preceeding macro definition.
      
      	* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
      	backslash in comment preceeding macro definition.
      	* i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
      	* i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
      	* i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
      
      From-SVN: r56221
      Kaveh R. Ghazi committed
    • expr.c (store_expr): In condition for checking if value is generated in TARGET... · e56fc090
      	* expr.c (store_expr): In condition for checking if value is
      	generated in TARGET, move call to expr_size last.
      
      From-SVN: r56217
      Hans-Peter Nilsson committed
  4. 11 Aug, 2002 6 commits
    • c-common.c (c_common_init): Call preprocess_file instead. · 76c3e73e
      	* c-common.c (c_common_init): Call preprocess_file instead.
      	(c_common_finish): Move to c-opts.c.
      	* c-common.h (preprocess_file): new.
      	* c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
      	check_deps_environment_vars, c_common_finish): New.
      	(c_common_decode_option): Update for out_fname and dependencies.
      	* cppinit.c (init_dependency_output, output_deps): Remove.
      	(cpp_destroy): Update prototype.
      	(cpp_add_dependency_target): New.
      	(cpp_read_main_file): Don't overlay a buffer.
      	(cpp_finish): Take a deps output stream and write deps to it.
      	Return the error count.
      	(cpp_post_options): Don't canonicalize out_fname, or do anything
      	with dependencies.
      	* cpplib.h (struct cpp_options): Remove out_fname and
      	preprocess_only.
      	(cpp_add_dependency_target): New.
      	(cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
      	* cppmain.c (cpp_preprocess_file): Update prototype.  Don't
      	set preprocess_only.  Don't handle the output stream directly.
      
      From-SVN: r56214
      Neil Booth committed
    • dsp16xx.c (print_operand): Fix format specifier. · e0c32c62
      	* dsp16xx.c (print_operand): Fix format specifier.
      	* dsp16xx.md: Avoid automatic aggregate initialization.
      	* frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
      	* h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
      	integer constant modifier.
      	* ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
      	* mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
      	guards.
      	* sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
      	* v850.c (v850_select_section): Mark parameter with
      	ATTRIBUTE_UNUSED.
      	* global.c (global_alloc): Const-ify.
      	* ra-colorize.c (hardregset_to_string): Fix format specifier.
      
      From-SVN: r56212
      Kaveh R. Ghazi committed
    • darwin-c.c (darwin_pragma_options): Const-ify. · 7ae8cf75
      	* darwin-c.c (darwin_pragma_options): Const-ify.
      	* darwin.c (machopic_non_lazy_ptr_name,
      	machopic_validate_stub_or_non_lazy_ptr): Likewise.
      	(machopic_indirect_data_reference): Wrap variables in macros
      	controlling their use.
      	(machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
      	(machopic_select_section): Use parentheses around && within ||.
      	* i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
      
      From-SVN: r56211
      Kaveh R. Ghazi committed
    • ip2k.c (mdr_resequence_xy_yx, [...]): Make function static to match prototype. · 8819cab5
      	* ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
      	mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
      	ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
      	ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
      	mdr_try_remove_redundant_insns, track_w_reload,
      	mdr_try_wreg_elim): Make function static to match prototype.
      	* mmix.c (mmix_target_asm_function_epilogue): Likewise.  Mark
      	parameter with ATTRIBUTE_UNUSED.
      
      From-SVN: r56210
      Kaveh R. Ghazi committed
    • arc.c (arc_init): Don't use ISO C style function definitions. · ab2877a3
      	* arc.c (arc_init): Don't use ISO C style function definitions.
      	* arm.c (count_insns_for_constant, thumb_far_jump_used_p,
      	arm_get_strip_length, arm_strip_name_encoding): Likewise.
      	* avr.h (progmem_section): Likewise.
      	* h8300.c h8300_asm_insn_count): Likewise.
      	* m32r.c (init_idents): Likewise.
      	* s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
      	* sh.c (sh_cfun_interrupt_handler_p): Likewise.
      	* xtensa.c (xtensa_build_va_list): Likewise.
      
      From-SVN: r56209
      Kaveh R. Ghazi committed
    • decl2.c (build_call_from_tree): Fix uninitialized variable. · e65e6212
      	* decl2.c (build_call_from_tree): Fix uninitialized variable.
      	* parse.y (parse_finish_call_expr): Likewise.
      	* repo.c (old_args, old_dir, old_main): Const-ify.
      
      From-SVN: r56208
      Kaveh R. Ghazi committed