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

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

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

-- 
Alan Modra
Australia Development Lab, IBM

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

only message in thread, other threads:[~2023-02-21  5:53 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:53 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).