diff options
author | Alan Modra <amodra@gmail.com> | 2025-08-21 10:07:17 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-08-22 10:02:52 +0930 |
commit | 64c7560c6a37f848974eec5422fbbbf3fb265aa2 (patch) | |
tree | ab6f8a223d5da447e763fbde4964a2405c2136e3 | |
parent | bce0a2d71ac511d6b47b13db14730122de5b9eb8 (diff) | |
download | binutils-64c7560c6a37f848974eec5422fbbbf3fb265aa2.zip binutils-64c7560c6a37f848974eec5422fbbbf3fb265aa2.tar.gz binutils-64c7560c6a37f848974eec5422fbbbf3fb265aa2.tar.bz2 |
Don't run cfi-commit-10 test on 32-bit targets
-rw-r--r-- | gas/testsuite/gas/cfi/cfi.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index d89a102..60094fe 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" |