diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2012-09-29 08:15:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-09-29 08:15:16 -0700 |
commit | df98376a391d42fa570b557391199b041abaeb42 (patch) | |
tree | 537a3740a079914bdc3ffbcee672e1ff5276ca4a | |
parent | 245ef1609299d7c4975e8cbd9e50586474c86aff (diff) | |
download | gcc-df98376a391d42fa570b557391199b041abaeb42.zip gcc-df98376a391d42fa570b557391199b041abaeb42.tar.gz gcc-df98376a391d42fa570b557391199b041abaeb42.tar.bz2 |
Move GCC ChangeLog entry to gcc/ChangeLog
From-SVN: r191853
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ChangeLog | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -9,12 +9,6 @@ * Makefile.def: Make all-gcc depend on all-libbacktrace. * Makefile.in: Rebuild. -2012-09-21 Anthony Green <green@moxielogic.com> - - * 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 <walt@tilera.com> * configure.ac: Add tilegx to list of targets that support gold. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58c772f..1643499 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 <green@moxielogic.com> + + * 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 <howarth@bromo.med.uc.edu> PR bootstrap/54642 |