mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 02:45:37 +08:00
Add fdpic and misc targets to config.bfd for sh*-*-linux*
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-09-30 Rich Felker <dalias@libc.org>
|
||||||
|
|
||||||
|
* config.bfd (targ_selvecs): Add fdpic and misc targets
|
||||||
|
for sh*-*-linux*.
|
||||||
|
|
||||||
2015-09-29 Andrew Stubbs <ams@codesourcery.com>
|
2015-09-29 Andrew Stubbs <ams@codesourcery.com>
|
||||||
H.J. Lu <hongjiu.lu@intel.com>
|
H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
@ -1389,6 +1389,7 @@ case "${targ}" in
|
|||||||
sh-*-linux*)
|
sh-*-linux*)
|
||||||
targ_defvec=sh_elf32_linux_be_vec
|
targ_defvec=sh_elf32_linux_be_vec
|
||||||
targ_selvecs="sh_elf32_linux_vec sh64_elf32_linux_vec sh64_elf32_linux_be_vec sh64_elf64_linux_vec sh64_elf64_linux_be_vec"
|
targ_selvecs="sh_elf32_linux_vec sh64_elf32_linux_vec sh64_elf32_linux_be_vec sh64_elf64_linux_vec sh64_elf64_linux_be_vec"
|
||||||
|
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||||
want64=true
|
want64=true
|
||||||
;;
|
;;
|
||||||
#endif /* BFD64 */
|
#endif /* BFD64 */
|
||||||
@ -1396,10 +1397,12 @@ case "${targ}" in
|
|||||||
sh*eb-*-linux*)
|
sh*eb-*-linux*)
|
||||||
targ_defvec=sh_elf32_linux_be_vec
|
targ_defvec=sh_elf32_linux_be_vec
|
||||||
targ_selvecs=sh_elf32_linux_vec
|
targ_selvecs=sh_elf32_linux_vec
|
||||||
|
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||||
;;
|
;;
|
||||||
sh*-*-linux*)
|
sh*-*-linux*)
|
||||||
targ_defvec=sh_elf32_linux_vec
|
targ_defvec=sh_elf32_linux_vec
|
||||||
targ_selvecs=sh_elf32_linux_be_vec
|
targ_selvecs=sh_elf32_linux_be_vec
|
||||||
|
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sh-*-uclinux* | sh[12]-*-uclinux*)
|
sh-*-uclinux* | sh[12]-*-uclinux*)
|
||||||
|
Reference in New Issue
Block a user