public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: binutils@sourceware.org
Subject: [RFA] Don't run fastcall labels test on OpenBSD/i386
Date: Mon, 11 Apr 2005 19:16:00 -0000	[thread overview]
Message-ID: <200504111916.j3BJG3Ev031050@elgar.sibelius.xs4all.nl> (raw)

i386-unknown-openbsd accidentally matches i*86-*-*pe*, but of course
doesn't use PE.  The attached patch fixes that.

OK?

Mark


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

	* gas/all/gas.exp: Don't run fastcall labels test on
	i*86-*-openbsd*.

Index: testsuite/gas/all/gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.25
diff -u -p -r1.25 gas.exp
--- testsuite/gas/all/gas.exp 16 Feb 2005 05:04:33 -0000 1.25
+++ testsuite/gas/all/gas.exp 11 Apr 2005 19:13:52 -0000
@@ -189,7 +189,7 @@ case $target_triplet in {
     }
 }
 
-if {   [istarget "i*86-*-*pe*"] \
+if {  ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
     || [istarget "i*86-*-cygwin*"] \
     || [istarget "i*86-*-mingw32*"] } {
   gas_test "fastcall.s" ""   "" "fastcall labels"

             reply	other threads:[~2005-04-11 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-11 19:16 Mark Kettenis [this message]
2005-04-11 22:29 ` Alan Modra

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=200504111916.j3BJG3Ev031050@elgar.sibelius.xs4all.nl \
    --to=mark.kettenis@xs4all.nl \
    --cc=binutils@sourceware.org \
    /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).