Support for Toshiba MeP and for complex relocations.

This commit is contained in:
Dave Brolley
2007-02-05 19:50:12 +00:00
parent 9e5a05682c
commit d93525185c
19 changed files with 2502 additions and 0 deletions

View File

@ -840,6 +840,11 @@ case "${targ}" in
targ_selvecs="mcore_pe_big_vec mcore_pe_little_vec mcore_pei_big_vec mcore_pei_little_vec"
;;
mep-*-elf)
targ_defvec=bfd_elf32_mep_vec
targ_selvecs=bfd_elf32_mep_little_vec
;;
mips*-big-*)
targ_defvec=ecoff_big_vec
targ_selvecs=ecoff_little_vec