summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-13 07:48:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-14 06:59:37 +0200
commit319c2dbe240a797c6f9436bfd64f5c16045ad5a1 (patch)
tree94a748642c9af7a9ad8186222afe4d546dfa5834 /ld
parentf9a36b297d470a72ead64ed07cd5f313d9d7a502 (diff)
downloadbinutils-gdb-319c2dbe240a797c6f9436bfd64f5c16045ad5a1.tar.gz
Accept more epiphany targets
In particular this adds support for the epiphany-rtems target. bfd/ * config.bfd (epiphany-*-elf): Accept epiphany-*-*. ld/ * configure.tgt (epiphany-*-elf): Accept epiphany-*-*.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7995de833d3..4924787e807 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * configure.tgt (epiphany-*-elf): Accept epiphany-*-*.
+
2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (lang_set_startof): Skip if config.build_constructors
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 1b981d4f9b4..47c719cd05f 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -206,7 +206,7 @@ d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o"
;;
dlx-*-elf*) targ_emul=elf32_dlx
;;
-epiphany-*-elf) targ_emul=elf32epiphany
+epiphany-*-*) targ_emul=elf32epiphany
targ_extra_emuls="elf32epiphany_4x4"
;;
fido*-*-elf*) targ_emul=m68kelf ;;