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-*-*.
This commit is contained in:
Sebastian Huber 2017-06-13 07:48:40 +02:00
parent f9a36b297d
commit 319c2dbe24
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2017-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config.bfd (epiphany-*-elf): Accept epiphany-*-*.
2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
PR ld/20022

View File

@ -524,7 +524,7 @@ case "${targ}" in
targ_defvec=d30v_elf32_vec
;;
epiphany-*-elf)
epiphany-*-*)
targ_defvec=epiphany_elf32_vec
;;

View File

@ -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

View File

@ -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 ;;