public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: binutils@sources.redhat.com
Subject: ld-elfvers 26b3 fails on x86-64
Date: Fri, 02 May 2003 06:44:00 -0000	[thread overview]
Message-ID: <u8smrxn8zu.fsf@gromit.moeb> (raw)


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

             reply	other threads:[~2003-05-02  6:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-02  6:44 Andreas Jaeger [this message]
2003-05-02  7:45 ` 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=u8smrxn8zu.fsf@gromit.moeb \
    --to=aj@suse.de \
    --cc=binutils@sources.redhat.com \
    /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).