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: Wed, 13 Apr 2005 22:45:00 -0000	[thread overview]
Message-ID: <200504132245.j3DMj0wp026323@elgar.sibelius.xs4all.nl> (raw)
In-Reply-To: <20050413215632.GD32470@hattusa.textio> (message from Thiemo Seufer on Wed, 13 Apr 2005 23:56:33 +0200)

   Date: Wed, 13 Apr 2005 23:56:33 +0200
   From: Thiemo Seufer <ths@networkno.de>

   Mark Kettenis wrote:
   > diff -u -p -r1.176 configure.in
   > --- configure.in 6 Apr 2005 15:42:14 -0000 1.176
   > +++ configure.in 13 Apr 2005 22:07:41 -0000
   > @@ -281,6 +281,9 @@ changequote([,])dnl
   >  	  mips*-linux*)
   >  	    mips_default_abi=O32_ABI
   >  	    ;;
   > +	  mips64*-openbsd*)
   > +	    mips_default_abi=N64_ABI

   Is n64 as default a good choice? n32 provides better performance unless
   you exceed 2GB address space.

OpenBSD/mips64 only supports fully 64-bit code.

   > diff -u -p -r1.7 configure.tgt
   > --- configure.tgt 11 Apr 2005 22:31:37 -0000 1.7
   > +++ configure.tgt 13 Apr 2005 22:07:41 -0000
   > @@ -300,7 +300,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 ;;
   >  

   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.

Mark

  reply	other threads:[~2005-04-13 22:45 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 [this message]
2005-04-13 23:34     ` Thiemo Seufer
2005-04-14 17:04       ` Mark Kettenis

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=200504132245.j3DMj0wp026323@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).