ld-libs test on alpha-vms

Alan Modra amodra@gmail.com
Tue Feb 21 05:53:27 GMT 2023


	* 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


More information about the Binutils mailing list