[PATCH/RFA] Add the alternative endian support to sh*-*-linux*
kaz Kojima
kkojima@rr.iij4u.or.jp
Sun Oct 13 18:02:00 GMT 2002
Hi,
Some tests on sh[34]eb-*-linux* and sh[34]-*-linux* failed because
these targets have the default endian target vector only. The patch
makes the testsuite happy.
Regards,
kaz
--
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.
--- ORIG/src/bfd/config.bfd Fri Oct 11 20:55:40 2002
+++ LOCAL/src/bfd/config.bfd Fri Oct 14 08:43:49 2002
@@ -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
More information about the Binutils
mailing list