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/elfcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elfcpp/elfcpp.h') diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index e4f9f1f..067c775 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -269,6 +269,7 @@ enum EM EM_UNICORE = 110, EM_ALTERA_NIOS2 = 113, EM_CRX = 114, + EM_TILEGX = 191, // The Morph MT. EM_MT = 0x2530, // DLX. -- cgit v1.1