From: H.J. Lu Date: Sat, 29 Sep 2012 15:15:16 +0000 (-0700) Subject: Move GCC ChangeLog entry to gcc/ChangeLog X-Git-Tag: misc/gccgo-go1_1_2~571 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df98376a391d42fa570b557391199b041abaeb42;p=thirdparty%2Fgcc.git Move GCC ChangeLog entry to gcc/ChangeLog From-SVN: r191853 --- diff --git a/ChangeLog b/ChangeLog index 38217c4b8970..48c9e06b143d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,12 +9,6 @@ * Makefile.def: Make all-gcc depend on all-libbacktrace. * Makefile.in: Rebuild. -2012-09-21 Anthony Green - - * config/moxie/moxie.opt: Add -mno-crt0 option. - * config/moxie/moxie.h (STARTFILE_SPEC): Handle -mno-crt0 option. - * doc/invoke.texi (Option Summary): Document -mno-crt0 option. - 2012-09-20 Walter Lee * configure.ac: Add tilegx to list of targets that support gold. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58c772fa03e9..164349987887 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -541,6 +541,12 @@ * optabs.c (prepare_cmp_insn): Expand comparison of the result of memcmp through generic comparison expansion code. +2012-09-21 Anthony Green + + * config/moxie/moxie.opt: Add -mno-crt0 option. + * config/moxie/moxie.h (STARTFILE_SPEC): Handle -mno-crt0 option. + * doc/invoke.texi (Option Summary): Document -mno-crt0 option. + 2012-09-21 Jack Howarth PR bootstrap/54642