commit | 2fa250529bb42e00433528c763d2bef245787ed1 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Nov 17 07:58:31 2022 +1030 |
committer | Alan Modra <amodra@gmail.com> | Sun Dec 04 12:54:16 2022 +1030 |
tree | 82d642d3ab0aafa0214003b70bfe5a7f26586f3d | |
parent | 13917d936e367b0c42d4c32566e1017ff8e15520 [diff] |
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.