]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Don't run cfi-commit-10 test on 32-bit targets
authorAlan Modra <amodra@gmail.com>
Thu, 21 Aug 2025 00:37:17 +0000 (10:07 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 22 Aug 2025 00:32:52 +0000 (10:02 +0930)
gas/testsuite/gas/cfi/cfi.exp

index d89a102c885083ebeb5e699fcc09723473ac542b..60094fe06f709a34596752719d32396c6fe012d0 100644 (file)
@@ -140,7 +140,9 @@ if { ![istarget "hppa64*-*"] } then {
   run_dump_test "cfi-common-7"
   run_dump_test "cfi-common-8"
   run_dump_test "cfi-common-9"
-  run_dump_test "cfi-common-10"
+  if { [is_elf64 tmpdir/cfi-common-9.o] } {
+      run_dump_test "cfi-common-10"
+  }
 
   run_dump_test "cie-version-0"
   run_dump_test "cie-version-1"