* config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative

endian vector to targ_selvecs.
This commit is contained in:
Kaz Kojima 2002-10-14 02:12:36 +00:00
parent 46c82446e1
commit 019dca2bd0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
endian vector to targ_selvecs.
2002-10-13 Alexandre Oliva <aoliva@redhat.com>
* elfxx-mips.c (mips_elf_calculate_relocation): Take

View File

@ -952,9 +952,11 @@ case "${targ}" in
;;
sh*eb-*-linux*)
targ_defvec=bfd_elf32_shblin_vec
targ_selvecs=bfd_elf32_shlin_vec
;;
sh*-*-linux*)
targ_defvec=bfd_elf32_shlin_vec
targ_selvecs=bfd_elf32_shblin_vec
;;
#ifdef BFD64