public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Don't run fastcall labels test on OpenBSD/i386
@ 2005-04-11 19:16 Mark Kettenis
  2005-04-11 22:29 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2005-04-11 19:16 UTC (permalink / raw)
  To: binutils

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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFA] Don't run fastcall labels test on OpenBSD/i386
  2005-04-11 19:16 [RFA] Don't run fastcall labels test on OpenBSD/i386 Mark Kettenis
@ 2005-04-11 22:29 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2005-04-11 22:29 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: binutils

On Mon, Apr 11, 2005 at 09:16:03PM +0200, Mark Kettenis wrote:
> 	* gas/all/gas.exp: Don't run fastcall labels test on
> 	i*86-*-openbsd*.

OK.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-11 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-11 19:16 [RFA] Don't run fastcall labels test on OpenBSD/i386 Mark Kettenis
2005-04-11 22:29 ` Alan Modra

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).