X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=948cda08ccb118a828f0fea2288111940e3c78e0;hp=e7df520bd530923369d856720dd31331030847e1;hb=87994c6d4a8cf900dafb9dc2f5919648f14c7c59;hpb=631ceed1a81da6f7be4af53112132e9e5259c8e2 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7df520bd53..948cda08ccb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,58 @@ +2005-04-01 Jan-Benedict Glaw + + * gcc/config/vax/vax.md: Spellcheck, fix whitespace. + +2005-04-01 Ian Lance Taylor + + * gcc.c: Don't include or declare getrusage. + (rus, prus): Remove static variables. + (execute): Use pex_run/pex_get_status rather than pexecute/pwait. + (process_command): Permit report_times and use_pipes together. + +2005-04-01 Joseph S. Myers + + * c-decl.c (validate_proto_after_old_defn): Look at + TYPE_MAIN_VARIANT of argument types. + +2005-04-01 Paul Brook + + * config/arm/arm.c (thumb_call_via_label): Include space for SP. + (arm_output_function_epilogue): Allow call_via_SP. + (thumb_call_via_reg, arm_file_end): Ditto. + * config/arm/arm.h (struct machine_function): Include space for SP. + (thumb_call_via_label): Update declaration. + +2005-04-01 Ian Lance Taylor + + * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when + doing a peephole optimization, once again put any notes in the + proper position. + +2005-04-01 Kazu Hirata + + * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos. + 2005-04-01 Nathan Sidwell + * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. + (block_alloc, find_free_reg): Likewise. + * loop-doloop.c (doloop_modify): Likewise. + * loop-invariant.c (record_use): Likewise. + * loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze, + get_iv_value, canon_condition, eliminate_implied_condition, + eliminate_implied_condition, simplify_using_initial_values, + shorten_into_mode, canonicalize_iv_subregs, + iv_number_of_iterations): Likewise. + * loop-unroll.c (expand_var_during_unrolling): Likewise. + * loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop, + unswitch_loop): Likewise. + * loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p, + move_movables, replace_call_address, find_and_verify_loops, + rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations, + record_giv, final_giv_value, general_induction_var, + simplify_giv_expr, extension_within_bounds_p, try_copy_prop, + loop_giv_dump): Likewise. + * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): Remove. (gcov_position, gcov_rewrite): Use gcc_assert.