]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ChangeLog
Add support for tilegx in gold.
authorWalter Lee <walt@tilera.com>
Sat, 15 Sep 2012 17:11:28 +0000 (17:11 +0000)
committerWalter Lee <walt@tilera.com>
Sat, 15 Sep 2012 17:11:28 +0000 (17:11 +0000)
commit5c0b3823c66fbdf7f9d1ddbc395307b1793fd600
tree9eab63950674e353fff309ff9f0b4c69b5a5b346
parentb132a67daa01d296540697e3632f162f6ba45170
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.
14 files changed:
ChangeLog
configure
configure.ac
elfcpp/ChangeLog
elfcpp/elfcpp.h
elfcpp/tilegx.h [new file with mode: 0644]
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/configure
gold/configure.ac
gold/configure.tgt
gold/testsuite/icf_safe_test.sh
gold/tilegx.cc [new file with mode: 0644]