* 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 1c25594d9abce08138ec46ae5bb2b0e26deb61bd..4620c74f4aee056b87ad07be23d5b3d228ba2660 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 85f1ea2d5c0b62d790e0840c689147b843b3e342..cfe6097f5afd2ded58a0adae0c06462f6331e26a 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
This page took 0.027933 seconds and 4 git commands to generate.