ld sysroot-prefix test fails
authorAlan Modra <amodra@gmail.com>
Tue, 5 Jan 2021 12:24:25 +0000 (22:54 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 5 Jan 2021 12:39:05 +0000 (23:09 +1030)
* testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.

ld/ChangeLog
ld/testsuite/ld-scripts/sysroot-prefix.exp

index 5fa56778f4f7d093c92dbcb4378f839d63db03bb..dee8378bcc765397ba8fd6c2248b33de94211826 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-05  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/sysroot-prefix.exp: Exclude some targets.
+
 2021-01-05  Alan Modra  <amodra@gmail.com>
 
        PR ld/26256
index 8955153aa11420eda59eea1ba79734b3485ff0d7..b09bb184cd854b2af3b4b89698c1159cb703252d 100644 (file)
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
+# Don't run on alpha-vms which requires linking with other libraries,
+# or on targets that complain about relocations in read-only sections.
+if { [istarget *-*-vms]
+     || [istarget bfin-*-*]
+     || [istarget frv-*-*]
+     || [istarget lm32-*-*] } then {
+    return
+}
+
 # Check that scripts using the "=" sysroot-prefix work, for both
 # toolchains with and without --sysroot support.