diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/nm.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/nm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index b81126b..c571520 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -163,7 +163,7 @@ if { [is_elf_format] || [istarget wasm32-*-*] || [istarget bpf-*-*]} { set nm_1_src "nm-elf-1.s" -} elseif {[is_coff_format] && ![istarget arm*-*-*]} { +} elseif {[is_coff_format]} { if {[istarget *c4x-*-*] || [istarget *c54x-*-*]} { set nm_1_src "nm-coff-sdef-1.s" } else { |