COFF: make objcopy / strip honor --keep-file-symbols
authorJan Beulich <jbeulich@suse.com>
Thu, 19 May 2022 10:44:08 +0000 (12:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 19 May 2022 10:44:08 +0000 (12:44 +0200)
commitce462d043509df3f3384decdf2019a1c85051640
treeb325d5a8616756b448877a1910ac2cb3f14f3aef
parentbc5baa9f13ffb3fd4c39f1a779062bfb3a980cea
COFF: make objcopy / strip honor --keep-file-symbols

So far this option had no effect when used together with e.g.
--strip-debug. Set BSF_FILE on these symbols to change that.

While altering this also join two adjacent blocks of case labeled
statements with identical code.
bfd/coffcode.h