patch to enable NetBSD/sparc64 support to bfd
matthew green
mrg@cygnus.com
Thu Apr 13 20:57:00 GMT 2000
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*)
More information about the Binutils
mailing list