[binutils-gdb] Don't run cfi-commit-10 test on 32-bit targets
Alan Modra
amodra@sourceware.org
Fri Aug 22 00:41:49 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=64c7560c6a37f848974eec5422fbbbf3fb265aa2
commit 64c7560c6a37f848974eec5422fbbbf3fb265aa2
Author: Alan Modra <amodra@gmail.com>
Date: Thu Aug 21 10:07:17 2025 +0930
Don't run cfi-commit-10 test on 32-bit targets
Diff:
---
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"
More information about the Binutils-cvs
mailing list