aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2012-09-29 08:15:16 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2012-09-29 08:15:16 -0700
commitdf98376a391d42fa570b557391199b041abaeb42 (patch)
tree537a3740a079914bdc3ffbcee672e1ff5276ca4a /gcc
parent245ef1609299d7c4975e8cbd9e50586474c86aff (diff)
downloadgcc-df98376a391d42fa570b557391199b041abaeb42.zip
gcc-df98376a391d42fa570b557391199b041abaeb42.tar.gz
gcc-df98376a391d42fa570b557391199b041abaeb42.tar.bz2
Move GCC ChangeLog entry to gcc/ChangeLog
From-SVN: r191853
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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