COFF compressed debug support
authorAlan Modra <amodra@gmail.com>
Wed, 16 Nov 2022 21:28:31 +0000 (07:58 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 4 Dec 2022 02:24:16 +0000 (12:54 +1030)
commit2fa250529bb42e00433528c763d2bef245787ed1
tree82d642d3ab0aafa0214003b70bfe5a7f26586f3d
parent13917d936e367b0c42d4c32566e1017ff8e15520
COFF compressed debug support

Since commit 4bea06d73c04 COFF support for compressed debug sections
has been broken due to the "flags" variable not getting SEC_HAS_CONTENTS.

* coffgen.c (make_a_section_from_file): Correct section flags
handling.  Delete extraneous condition.  Update error messages
to be the same as in elf.c.
bfd/coffgen.c