public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] ld-libs test on alpha-vms
@ 2023-02-21  5:54 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-02-21  5:54 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a5752f31d9a306da94a24b40c55033fb565f036

commit 4a5752f31d9a306da94a24b40c55033fb565f036
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Feb 21 16:19:51 2023 +1030

    ld-libs test on alpha-vms
    
            * testsuite/ld-libs/libs.exp: Don't run for alpha-vms.

Diff:
---
 ld/testsuite/ld-libs/libs.exp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ld/testsuite/ld-libs/libs.exp b/ld/testsuite/ld-libs/libs.exp
index 4586d88e87d..d0565234faa 100644
--- a/ld/testsuite/ld-libs/libs.exp
+++ b/ld/testsuite/ld-libs/libs.exp
@@ -26,6 +26,11 @@ if { [istarget sh*-*-pe]
     return
 }
 
+if { [istarget alpha*-*-*vms*] } {
+    # relocatable link is not supported
+    return
+}
+
 file mkdir tmpdir/libtmp
 
 # Check that -l: works.  The first "test" just creates an object file

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-21  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21  5:54 [binutils-gdb] ld-libs test on alpha-vms 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).