public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add sparc-*-netbsdelf* and sparc-*-netbsdaout* config support
@ 1999-12-09  2:05 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 1999-12-09  2:05 UTC (permalink / raw)
  To: binutils; +Cc: Andrew Cagney

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
      ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-09  2:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-09  2:05 [PATCH] Add sparc-*-netbsdelf* and sparc-*-netbsdaout* config support Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).