public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ld-elfvers 26b3 fails on x86-64
@ 2003-05-02  6:44 Andreas Jaeger
  2003-05-02  7:45 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2003-05-02  6:44 UTC (permalink / raw)
  To: binutils


The tests fails on x86-64, I disabled it now.

Ok to commit?

Andreas

2003-05-02  Andreas Jaeger  <aj@suse.de>

	* ld-elfvers/vers.exp (build_exec): Disable vers26b3 on x86-64-linux.

============================================================
Index: ld/testsuite/ld-elfvers/vers.exp
--- ld/testsuite/ld-elfvers/vers.exp	28 Apr 2003 16:58:00 -0000	1.23
+++ ld/testsuite/ld-elfvers/vers.exp	2 May 2003 06:43:05 -0000
@@ -1,5 +1,5 @@
 # Expect script for ld-version tests
-#   Copyright 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
+#   Copyright 1997, 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -913,4 +913,9 @@ build_vers_lib_no_pic "vers25b2" vers25b
 build_vers_lib_pic "vers26a" vers26a.c vers26a "" vers26a.map vers26a.ver vers26a.dsym ""
 build_vers_lib_pic "vers26b1" vers26b.c vers26b1 "" "" vers26b.ver vers26b.dsym ""
 build_vers_lib_pic "vers26b2" vers26b.c vers26b2 "vers26a.so vers26b1.so vers26a.o" "" vers26b.ver vers26b.dsym ""
-build_vers_lib_no_pic "vers26b3" vers26b.c vers26b3 "vers26a.so vers26b1.so vers26a.o" "" vers26b.ver vers26b.dsym ""
+if [istarget x86_64-*-linux*] {
+    # x86_64 doesn't like non-pic shared libraries
+    xfail "vers26b3"
+} else {
+    build_vers_lib_no_pic "vers26b3" vers26b.c vers26b3 "vers26a.so vers26b1.so vers26a.o" "" vers26b.ver vers26b.dsym ""
+}

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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

* Re: ld-elfvers 26b3 fails on x86-64
  2003-05-02  6:44 ld-elfvers 26b3 fails on x86-64 Andreas Jaeger
@ 2003-05-02  7:45 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2003-05-02  7:45 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: binutils

On Fri, May 02, 2003 at 08:44:05AM +0200, Andreas Jaeger wrote:
> 
> The tests fails on x86-64, I disabled it now.
> 
> Ok to commit?

I think you have the right to do that without asking for
permission.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

end of thread, other threads:[~2003-05-02  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-02  6:44 ld-elfvers 26b3 fails on x86-64 Andreas Jaeger
2003-05-02  7:45 ` 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).