* config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
vector.
This commit is contained in:
parent
7ddebc7e56
commit
28b94e7ce2
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-09-04 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
|
||||||
|
vector.
|
||||||
|
|
||||||
2002-09-02 Nick Clifton <nickc@redhat.com>
|
2002-09-02 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-v850.c (v850_elf_final_link_relocate): Use helpful
|
* elf32-v850.c (v850_elf_final_link_relocate): Use helpful
|
||||||
|
|
|
@ -701,8 +701,8 @@ case "${targ}" in
|
||||||
;;
|
;;
|
||||||
#ifdef BFD64
|
#ifdef BFD64
|
||||||
mips*-*-irix6*)
|
mips*-*-irix6*)
|
||||||
targ_defvec=bfd_elf32_bigmips_vec
|
targ_defvec=bfd_elf32_nbigmips_vec
|
||||||
targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
|
targ_selvecs="bfd_elf32_nlittlemips_vec bfd_elf32_bigmips_vec bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
|
||||||
;;
|
;;
|
||||||
#endif
|
#endif
|
||||||
mips*-*-irix5*)
|
mips*-*-irix5*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue