mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Add targets for sh64-linux (little endian and big endian).
This commit is contained in:
parent
6ed14b0ece
commit
629936c5b1
@ -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
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user