X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=ad10c835cc3a8ecb6203b839ed8e2417db97cce5;hb=2f138c1cfbd62fbaa71196fb5e9adb90c297c468;hp=5c3ad3551d8031aaccdbe7480ac079e3ddde9fb4;hpb=fb9fa4cf6c97becf39517cb9883e0a434e01e48c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c3ad3551d8..ad10c835cc3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2005-06-04 Steven Bosscher + + * lcm.c: Move all mode-switching related functions from here... + * mode-switching.c: ...to this new file. + * doc/passes.texi: Update accordingly. + + * basic-block.h (label_value_list): Remove extern decl. + * cfgrtl.c (label_value_list): Remove. + (can_delete_label_p): Don't look at it. + * cfgcleanup.c (cleanup_cfg): Don't free it. + + * common.opt: Don't refer to non-existing flag_alias_check. + 2005-06-04 David Edelsohn * config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5. @@ -62,7 +75,7 @@ 2005-06-03 Eric Christopher * config/mips/mips.opt: Add RejectNegative to divide-breaks and - divide-traps. + divide-traps. 2005-06-03 Jan Hubicka