summaryrefslogtreecommitdiff
path: root/elfcpp/elfcpp.h
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 /elfcpp/elfcpp.h
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 'elfcpp/elfcpp.h')
-rw-r--r--elfcpp/elfcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index e4f9f1fa73..067c7752cb 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.