mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
Arm/COFF: accept .def outside of CCS mode
There's no reason to reject this common COFF directive when it doesn't have any other meaning.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user