summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwalt <walt>2012-09-15 17:11:26 +0000
committerwalt <walt>2012-09-15 17:11:26 +0000
commit7be04644de6cbfe11cb6f18286141e5183c84eae (patch)
tree86a3faaa2320adbe89dda4718c0bc1fbc47e4c3f /ChangeLog
parent4897166f101ebf48af998d189cc241811fda81a5 (diff)
downloadbinutils-redhat-7be04644de6cbfe11cb6f18286141e5183c84eae.tar.gz
Add support for tilegx in gold.
* configure.ac (ENABLE_GOLD): support tilegx* * configure: rebuild elfcpp: * tilegx.h: New file. * elfcpp.h: add EM_TILEGX. gold: * tilegx.cc: New file. * Makefile.am (TARGETSOURCES): Add tilegx.cc (ALL_TARGETOBJS): Add tilegx.$(OBJEXT) * configure.tgt: Add entries for tilegx*. * configure.ac: Likewise. * Makefile.in: Rebuild. * configure: Likewise. * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle tilegx.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c996b3e5b7..2f42c480c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-15 Jiong Wang <jiwang@tilera.com>
+
+ * configure.ac (ENABLE_GOLD): support tilegx*
+ * configure: rebuild
+
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
PR target/38607