Add sh-nto support

This commit is contained in:
Nick Clifton
2002-08-22 17:27:20 +00:00
parent dfe0d3fe28
commit ed71e1110d
20 changed files with 147 additions and 25 deletions

View File

@ -994,6 +994,11 @@ case "${targ}" in
#endif
targ_underscore=yes
;;
sh-*-nto*)
targ_defvec=bfd_elf32_shqnx_vec
targ_selvecs="bfd_elf32_shlqnx_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
targ_underscore=yes
;;
sh-*-pe)
targ_defvec=shlpe_vec
targ_selvecs="shlpe_vec shlpei_vec"