public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: ths@networkno.de
Cc: binutils@sourceware.org
Subject: Re: [RFA] Update OpenBSD/mips64 support
Date: Thu, 14 Apr 2005 17:04:00 -0000	[thread overview]
Message-ID: <200504141704.j3EH4TxO027346@elgar.sibelius.xs4all.nl> (raw)
In-Reply-To: <20050413225517.GE32470@hattusa.textio> (message from Thiemo Seufer on Thu, 14 Apr 2005 00:55:17 +0200)

   Date: Thu, 14 Apr 2005 00:55:17 +0200
   From: Thiemo Seufer <ths@networkno.de>

   >    Is mips-dec-openbsd* mentioned above it obsolete? I figure that's the
   >    pmax port you mentioned above.
   > 
   > Suppose so.  The current config.guess won't produce that triplet.  And
   > specifying that target by hand won't work either since that results in
   > an attempt to build an ELF gas with a BFD that only supports ECOFF.
   > 
   > I'll happily remove that config.

   Please do so.

Thanks,

The attached patch is what I committed.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* configure.tgt: Set emulation for mips-*-openbsd*.
	Remove broken mips-dec-openbsd* config.
	* configure.in: Set default ABI for mips64-*-openbsd*.
	* configure: Regenerate.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.7
diff -u -p -r1.7 configure.tgt
--- configure.tgt 11 Apr 2005 22:31:37 -0000 1.7
+++ configure.tgt 14 Apr 2005 16:53:18 -0000
@@ -284,7 +284,6 @@ case ${generic_target} in
   mcore-*-pe)				fmt=coff em=pe bfd_gas=yes ;;
 
   # don't change em like *-*-bsd does
-  mips-dec-openbsd*)			fmt=elf endian=little ;;
   mips-sony-bsd*)			fmt=ecoff ;;
   mips-*-ultrix*)			fmt=ecoff endian=little ;;
   mips-*-osf*)				fmt=ecoff endian=little ;;
@@ -300,7 +299,7 @@ case ${generic_target} in
   mips-*-sysv*)				fmt=ecoff ;;
   mips-*-elf* | mips-*-rtems*)		fmt=elf ;;
   mips-*-netbsd*)			fmt=elf ;;
-  mips-*-openbsd*)			fmt=elf ;;
+  mips-*-openbsd*)			fmt=elf em=tmips ;;
 
   mmix-*-*)				fmt=elf ;;
 
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.177
diff -u -p -r1.177 configure.in
--- configure.in 14 Apr 2005 05:26:31 -0000 1.177
+++ configure.in 14 Apr 2005 16:53:19 -0000
@@ -246,6 +246,9 @@ changequote([,])dnl
 	  mips*-linux*)
 	    mips_default_abi=O32_ABI
 	    ;;
+	  mips64*-openbsd*)
+	    mips_default_abi=N64_ABI
+	    ;;
 	  *)
 	    mips_default_abi=NO_ABI
 	    ;;

      reply	other threads:[~2005-04-14 17:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-13 22:14 Mark Kettenis
2005-04-13 22:30 ` Eric Christopher
2005-04-13 22:37   ` Mark Kettenis
2005-04-13 22:39     ` Eric Christopher
2005-04-13 22:48       ` Mark Kettenis
2005-04-13 22:51         ` Eric Christopher
2005-04-14 10:42           ` Maciej W. Rozycki
2005-04-14  1:24         ` Richard Henderson
2005-04-14 10:44           ` Maciej W. Rozycki
2005-04-13 22:35 ` Thiemo Seufer
2005-04-13 22:45   ` Mark Kettenis
2005-04-13 23:34     ` Thiemo Seufer
2005-04-14 17:04       ` Mark Kettenis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200504141704.j3EH4TxO027346@elgar.sibelius.xs4all.nl \
    --to=mark.kettenis@xs4all.nl \
    --cc=binutils@sourceware.org \
    --cc=ths@networkno.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).