mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
bfd/
* config.bfd: Recognize fido. gas/ * configure.tgt: Recognize fido. ld/ * configure.tgt: Recognize fido.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-23 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
|
* config.bfd: Recognize fido.
|
||||||
|
|
||||||
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
|
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
Sync with gcc:
|
Sync with gcc:
|
||||||
|
@ -79,6 +79,7 @@ c54x*) targ_archs=bfd_tic54x_arch ;;
|
|||||||
crisv32) targ_archs=bfd_cris_arch ;;
|
crisv32) targ_archs=bfd_cris_arch ;;
|
||||||
crx*) targ_archs=bfd_crx_arch ;;
|
crx*) targ_archs=bfd_crx_arch ;;
|
||||||
dlx*) targ_archs=bfd_dlx_arch ;;
|
dlx*) targ_archs=bfd_dlx_arch ;;
|
||||||
|
fido*) targ_archs=bfd_m68k_arch ;;
|
||||||
hppa*) targ_archs=bfd_hppa_arch ;;
|
hppa*) targ_archs=bfd_hppa_arch ;;
|
||||||
i[3-7]86) targ_archs=bfd_i386_arch ;;
|
i[3-7]86) targ_archs=bfd_i386_arch ;;
|
||||||
i370) targ_archs=bfd_i370_arch ;;
|
i370) targ_archs=bfd_i370_arch ;;
|
||||||
@ -381,6 +382,11 @@ case "${targ}" in
|
|||||||
targ_defvec=bfd_elf32_d30v_vec
|
targ_defvec=bfd_elf32_d30v_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
fido-*-elf* )
|
||||||
|
targ_defvec=bfd_elf32_m68k_vec
|
||||||
|
targ_selvecs="m68kcoff_vec ieee_vec"
|
||||||
|
;;
|
||||||
|
|
||||||
fr30-*-elf)
|
fr30-*-elf)
|
||||||
targ_defvec=bfd_elf32_fr30_vec
|
targ_defvec=bfd_elf32_fr30_vec
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-23 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Recognize fido.
|
||||||
|
|
||||||
2006-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
2006-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c: Add a blank line bewteen function bodies.
|
* config/tc-i386.c: Add a blank line bewteen function bodies.
|
||||||
|
@ -37,6 +37,7 @@ case ${cpu} in
|
|||||||
c4x*) cpu_type=tic4x ;;
|
c4x*) cpu_type=tic4x ;;
|
||||||
crisv32) cpu_type=cris arch=crisv32 ;;
|
crisv32) cpu_type=cris arch=crisv32 ;;
|
||||||
crx*) cpu_type=crx endian=little ;;
|
crx*) cpu_type=crx endian=little ;;
|
||||||
|
fido) cpu_type=m68k ;;
|
||||||
hppa*) cpu_type=hppa ;;
|
hppa*) cpu_type=hppa ;;
|
||||||
i[3-7]86) cpu_type=i386 arch=i386;;
|
i[3-7]86) cpu_type=i386 arch=i386;;
|
||||||
ia64) cpu_type=ia64 ;;
|
ia64) cpu_type=ia64 ;;
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-23 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.tgt: Recognize fido.
|
||||||
|
|
||||||
2006-12-18 Pedro Alves <pedro_alves@portugalmail.pt>
|
2006-12-18 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||||
|
|
||||||
* pe-dll.c (pe_bfd_is_dll): New function.
|
* pe-dll.c (pe_bfd_is_dll): New function.
|
||||||
|
@ -120,6 +120,7 @@ d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o"
|
|||||||
;;
|
;;
|
||||||
dlx-*-elf*) targ_emul=elf32_dlx
|
dlx-*-elf*) targ_emul=elf32_dlx
|
||||||
;;
|
;;
|
||||||
|
fido*-*-elf*) targ_emul=m68kelf ;;
|
||||||
fr30-*-*) targ_emul=elf32fr30
|
fr30-*-*) targ_emul=elf32fr30
|
||||||
;;
|
;;
|
||||||
frv-*-*linux*) targ_emul=elf32frvfd ;;
|
frv-*-*linux*) targ_emul=elf32frvfd ;;
|
||||||
|
Reference in New Issue
Block a user