From 5c0b3823c66fbdf7f9d1ddbc395307b1793fd600 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Sat, 15 Sep 2012 17:11:28 +0000 Subject: 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. --- elfcpp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'elfcpp/ChangeLog') diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 90b7229..853fa83 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,8 @@ +2012-09-15 Jiong Wang + + * tilegx.h: New file. + * elfcpp.h: add EM_TILEGX. + 2012-08-14 Alan Modra * powerpc.h: Add more relocs. -- cgit v1.1