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] Add sparc-*-netbsdelf* and sparc-*-netbsdaout* config support


Hello,

The attatched patch adds support for the target tupples:

	sparc-*-netbsdaout*
and	sparc-*-netbsdelf*

For the moment, sparc-*-netbsd* continues to select NetBSD.
The proposal has already been discussed on the relevant NetBSD mailing
lists.

	enjoy,
		Andrew
1999-12-09  Andrew Cagney  <cagney@cygnus.com.au>

	* config.bfd: Add support for sparc-*-netbsdelf* and
	space-*-netbsdaout*.

Index: config.bfd
===================================================================
RCS file: /cvs/gdb/gdb/bfd/config.bfd,v
retrieving revision 1.1.1.11
diff -p -r1.1.1.11 config.bfd
*** config.bfd	1999/11/09 01:23:21	1.1.1.11
--- config.bfd	1999/12/09 07:30:41
*************** case "${targ}" in
*** 627,633 ****
      targ_defvec=sparclynx_coff_vec
      targ_selvecs=sparclynx_aout_vec
      ;;
!   sparc-*-netbsd* | sparc-*-openbsd*)
      targ_defvec=sparcnetbsd_vec
      targ_underscore=yes
      ;;
--- 627,642 ----
      targ_defvec=sparclynx_coff_vec
      targ_selvecs=sparclynx_aout_vec
      ;;
!   sparc-*-netbsdelf*)
!     targ_selvecs="sparcnetbsd_vec sunos_big_vec"
!     targ_defvec=bfd_elf32_sparc_vec
!     ;;
!   sparc-*-netbsdaout* | sparc-*-netbsd*)
!     targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec"
!     targ_defvec=sparcnetbsd_vec
!     targ_underscore=yes
!     ;;
!   sparc-*-openbsd*)
      targ_defvec=sparcnetbsd_vec
      targ_underscore=yes
      ;;



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