X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=d1c9fe0e37401596cb196dd45b6335f7e28eb6d3;hb=0c61ade535e67b7e9bef7265af0a1dc99b0dabf3;hp=815a79d700094865804d099f8fa1bec921b71d01;hpb=c42e125d83489055407f5b9db194dd6ed716067b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 815a79d7000..d1c9fe0e374 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,59 @@ +2004-10-13 Frank Ch. Eigler + + * toplev.c (compile_file): Call mudflap_finish_file from here ... + * c-decl.c (c_write_global_declarations): ... instead of here ... + * cp/decl.c (cp_finish_file): ... and here. + * tree-mudflap.c (mudflap_enqueue_decl): Reword a warning message. + +2004-10-13 Andrew Pinski + + * tree-ssa-dom.c (record_range): Free the element if we are not + going to use it. + +2004-10-13 Tom Tromey + + PR java/15578: + * gcc.c (option_map): Added --extdirs and --encoding. + +2004-10-13 Eric Botcazou + + PR target/14454 + * config/sparc/sparc.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Set to + sparc_can_output_mi_thunk. + (sparc_output_mi_thunk): Simplify handling of delta offset. Add + handling of vcall offset. + (sparc_can_output_mi_thunk): New predicate. + * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Document VCALL_OFFSET. + (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Delete. + (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New target hook. + + * config/sparc/sparc.c (emit_and_preserve): Preserve stack alignment. + + * config/sparc/sparc.md (movdi): Remove redundant test. + +2004-10-13 Paolo Bonzini + + * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL, + TDF_IPA from -fdump-tree-*-all. + +2004-10-13 Paul Brook + + * config/arm/arm-protos.h (arm_load_pic_register): Update prototype. + * config/arm/arm.c (thumb_find_work_register): Update comments. + (arm_load_pic_register): Add argument for scratch register. + (arm_expand_prologue, thumb_expand_prologue): Pass extra argument. + * config/arm/arm.md (builtin_setjmp_receiver): Ditto. + +2004-10-13 Kazu Hirata + + * tree-data-ref.c: Fix comment typos. + +2004-10-13 Jakub Jelinek + Zdenek Dvorak + + PR tree-optimization/17724 + * tree-cfg.c (tree_purge_dead_eh_edges): Free dominance info. + 2004-10-13 Dorit Naishlos * rs6000.c (altivec_builtin_mask_for_load): Made static GTY(()). @@ -20,7 +76,7 @@ * gcse.c (remove_reachable_equiv_notes): Use ei_container(). 2004-10-11 Sebastian Pop - + * Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h. * cfgloop.c (initialize_loops_parallel_p): New. (flow_loops_find): Initialize the parallel_p field to true for all