From: Alan Modra Date: Thu, 21 Aug 2025 00:37:17 +0000 (+0930) Subject: Don't run cfi-commit-10 test on 32-bit targets X-Git-Tag: gdb-17-branchpoint~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64c7560c6a37f848974eec5422fbbbf3fb265aa2;p=thirdparty%2Fbinutils-gdb.git Don't run cfi-commit-10 test on 32-bit targets --- diff --git a/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index d89a102c885..60094fe06f7 100644 --- a/gas/testsuite/gas/cfi/cfi.exp +++ b/gas/testsuite/gas/cfi/cfi.exp @@ -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"