This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch to enable NetBSD/sparc64 support to bfd



please apply this patch to bfd/config.bfd.  it adds support for
NetBSD/sparc64.

thanks.


Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.23
diff -p -r1.23 config.bfd
*** config.bfd	2000/04/07 17:06:58	1.23
--- config.bfd	2000/04/14 03:55:44
*************** case "${targ}" in
*** 80,85 ****
--- 80,89 ----
    alpha*-*-*)
      targ_defvec=ecoffalpha_little_vec
      ;;
+   sparc64-*-netbsd*)
+     targ_defvec=bfd_elf64_sparc_vec
+     targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec"
+     ;;
  #endif /* BFD64 */
  
    arc-*-elf*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]