Closed
Description
dumper: avoid linker problem when `libbfd` depends on `libsframe`
A recent binutils version introduced `libsframe` and made it a
dependency of `libbfd`. Which means that we have to link that library
into `dumper.exe`, too, if it exists.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>