X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=c05031a00693c87c70d953bff89994ab79a0886c;hp=00e98f5d380a7ebf78f71e993c5f098282feb09e;hb=0a81f5a04d914aa6a7803a9d37486d85bdfd3c03;hpb=423f4cfe2d6c22dd9c5e444cb13bbd3691f98f08 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00e98f5d380..c05031a0069 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2005-07-03 Joseph S. Myers + + * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c, + cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c, + config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c, + config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h, + config/stormy16/stormy16.c, config/v850/v850.c, + config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c, + except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c: + Avoid "." or "\n" at end of diagnostics and capital letters at + start of diagnostics. + * combine.c, cse.c: Don't translate dump file output. + * toplev.c (print_version): Only translate output if going to + stderr. + 2005-07-03 Kazu Hirata * c-decl.c, tree-object-size.c, tree-vectorizer.c,