* config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 14 Oct 2002 02:12:36 +0000 (02:12 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 14 Oct 2002 02:12:36 +0000 (02:12 +0000)
endian vector to targ_selvecs.

bfd/ChangeLog
bfd/config.bfd

index 1c25594..4620c74 100644 (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
index 85f1ea2..cfe6097 100644 (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