mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
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:
@ -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
|
||||
|
@ -524,7 +524,7 @@ case "${targ}" in
|
||||
targ_defvec=d30v_elf32_vec
|
||||
;;
|
||||
|
||||
epiphany-*-elf)
|
||||
epiphany-*-*)
|
||||
targ_defvec=epiphany_elf32_vec
|
||||
;;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user