Arm: Skip Thumb2 PLT tests on NaCL.
authorTamar Christina <tamar.christina@arm.com>
Wed, 1 Apr 2020 17:31:22 +0000 (18:31 +0100)
committerTamar Christina <tamar.christina@arm.com>
Wed, 1 Apr 2020 17:36:23 +0000 (18:36 +0100)
NaCL does not support dynamic linking and so these tests should be
skipped under it.

ld/ChangeLog:

PR ld/16017
* testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.

ld/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp

index b1e9f530c16f92d6cd8e8aa55c956314fab9eb00..1395fb24dc8b07111d5be9d8068324c407f5f471 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-01  Tamar Christina  <tamar.christina@arm.com>
+
+       PR ld/16017
+       * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
+
 2020-04-01  Nick Clifton  <nickc@redhat.com>
 
        PR ld/25747
index 59e68de800bdcd53b51fd44b28972e53f7f141c8..0bd4ccac1046016287fe66a0663011e708f4abe7 100644 (file)
@@ -1269,5 +1269,7 @@ run_dump_test "non-contiguous-arm4"
 run_dump_test "non-contiguous-arm5"
 run_dump_test "non-contiguous-arm6"
 
-run_dump_test "thumb-plt"
-run_dump_test "thumb-plt-got"
+if { ![istarget "arm*-*-nacl*"] } {
+    run_dump_test "thumb-plt"
+    run_dump_test "thumb-plt-got"
+}
This page took 0.026533 seconds and 4 git commands to generate.