summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-22 02:04:56 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-22 02:04:56 +0000
commit88fe75b72d18e350d20dd7668903acb1a02632dd (patch)
tree546e374dcbd6805d1662f042e376e640a7d811e1 /ChangeLog
parentc0cab2ecdf1fe5a18a26bfdd695ad9c71650976b (diff)
downloadgcc-88fe75b72d18e350d20dd7668903acb1a02632dd.tar.gz
Add -mno-crt0 to moxie port
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191629 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daca3ed7d68..c1c024d7ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.