mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
endian vector to targ_selvecs.
This commit is contained in:
@ -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>
|
2002-10-13 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* elfxx-mips.c (mips_elf_calculate_relocation): Take
|
* elfxx-mips.c (mips_elf_calculate_relocation): Take
|
||||||
|
@ -952,9 +952,11 @@ case "${targ}" in
|
|||||||
;;
|
;;
|
||||||
sh*eb-*-linux*)
|
sh*eb-*-linux*)
|
||||||
targ_defvec=bfd_elf32_shblin_vec
|
targ_defvec=bfd_elf32_shblin_vec
|
||||||
|
targ_selvecs=bfd_elf32_shlin_vec
|
||||||
;;
|
;;
|
||||||
sh*-*-linux*)
|
sh*-*-linux*)
|
||||||
targ_defvec=bfd_elf32_shlin_vec
|
targ_defvec=bfd_elf32_shlin_vec
|
||||||
|
targ_selvecs=bfd_elf32_shblin_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
#ifdef BFD64
|
#ifdef BFD64
|
||||||
|
Reference in New Issue
Block a user