[PATCH/RFA] Add elf64 vectors to mips*-netbsd

Jason R Thorpe thorpej@wasabisystems.com
Fri Oct 25 13:42:00 GMT 2002


This fixes 5 testsuite failures:

FAIL: MIPS -mgp64 -mfp32
FAIL: MIPS -mgp64 -mfp64
FAIL: MIPS -mgp64 -mfp32 (SVR4 PIC)
FAIL: MIPS -mgp64 -mfp64 (SVR4 PIC)
FAIL: MIPS empic

...and I happen to need the elf64 vectors for other reasons, as well.

OK for mainline?

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.122
diff -c -r1.122 config.bfd
*** config.bfd	16 Oct 2002 19:54:53 -0000	1.122
--- config.bfd	25 Oct 2002 19:48:35 -0000
***************
*** 691,701 ****
      ;;
    mips*el-*-netbsd*)
      targ_defvec=bfd_elf32_littlemips_vec
!     targ_selvecs="bfd_elf32_bigmips_vec ecoff_little_vec ecoff_big_vec"
      ;;
    mips*-*-netbsd*)
      targ_defvec=bfd_elf32_bigmips_vec
!     targ_selvecs="bfd_elf32_littlemips_vec ecoff_big_vec ecoff_little_vec"
      ;;
    mips*-dec-bsd*)
      targ_defvec=aout_mips_little_vec
--- 691,701 ----
      ;;
    mips*el-*-netbsd*)
      targ_defvec=bfd_elf32_littlemips_vec
!     targ_selvecs="bfd_elf32_bigmips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec ecoff_little_vec ecoff_big_vec"
      ;;
    mips*-*-netbsd*)
      targ_defvec=bfd_elf32_bigmips_vec
!     targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec ecoff_big_vec ecoff_little_vec"
      ;;
    mips*-dec-bsd*)
      targ_defvec=aout_mips_little_vec


More information about the Binutils mailing list