From 64c7560c6a37f848974eec5422fbbbf3fb265aa2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 21 Aug 2025 10:07:17 +0930 Subject: [PATCH] Don't run cfi-commit-10 test on 32-bit targets --- gas/testsuite/gas/cfi/cfi.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.47.3