From: Sebastian Huber Date: Tue, 13 Jun 2017 05:48:40 +0000 (+0200) Subject: Accept more epiphany targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=319c2dbe240a797c6f9436bfd64f5c16045ad5a1;p=binutils-gdb.git 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-*-*. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index edff887d20e..67fd18a102a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2017-06-14 Sebastian Huber + + * config.bfd (epiphany-*-elf): Accept epiphany-*-*. + 2017-06-13 H.J. Lu PR ld/20022 diff --git a/bfd/config.bfd b/bfd/config.bfd index eb6a958ec56..d0b509dc803 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -524,7 +524,7 @@ case "${targ}" in targ_defvec=d30v_elf32_vec ;; - epiphany-*-elf) + epiphany-*-*) targ_defvec=epiphany_elf32_vec ;; 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 + + * configure.tgt (epiphany-*-elf): Accept epiphany-*-*. + 2017-06-13 H.J. Lu * 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 ;;