Add targets for sh64-linux (little endian and big endian).

This commit is contained in:
Nick Clifton 2002-05-16 08:19:19 +00:00
parent 6ed14b0ece
commit 629936c5b1
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
* config.bfd: Add targets for sh64-linux (little endian and
big endian).
2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
* peXXigen.c (pe_print_idata): Do not assume that the first thunk

View File

@ -863,6 +863,14 @@ case "${targ}" in
targ_selvecs="bfd_elf32_sh64l_vec bfd_elf64_sh64_vec bfd_elf64_sh64l_vec bfd_elf32_sh_vec bfd_elf32_shl_vec"
targ_underscore=yes
;;
sh64eb-*-linux*)
targ_defvec=bfd_elf32_shblin_vec
targ_selvecs="bfd_elf32_shblin_vec bfd_elf32_sh64_vec bfd_elf64_sh64_vec bfd_elf32_sh_vec"
;;
sh64-*-linux*)
targ_defvec=bfd_elf32_shlin_vec
targ_selvecs="bfd_elf32_shlin_vec bfd_elf32_sh64l_vec bfd_elf64_sh64l_vec bfd_elf32_shl_vec"
;;
#endif /* BFD64 */
sh-*-linux*)