4408155ac5
The non-standard .fa library suffix breaks the link source
de-duplication done by Meson so drop it.
The lack of link source de-duplication causes AddressSanitizer to
complain ODR violations, and makes GNU ld abort when combined with
clang's LTO.
Fortunately, the non-standard suffix is not necessary anymore for
two reasons.
First, the non-standard suffix was necessary for fork-fuzzing.
Meson wraps all standard-suffixed libraries with --start-group and
--end-group. This made a fork-fuzz.ld linker script wrapped as well and
broke builds. Commit
|
||
---|---|---|
.. | ||
bdrv-next-monitor-owned.c | ||
blk-commit-all.c | ||
blk-exp-close-all.c | ||
blockdev-close-all-bdrv-states.c | ||
change-state-handler.c | ||
cmos.c | ||
cpu-get-clock.c | ||
cpu-synchronize-state.c | ||
cpus-virtual-clock.c | ||
dump.c | ||
error-printf.c | ||
fdset.c | ||
fw_cfg.c | ||
gdbstub.c | ||
get-vm-name.c | ||
graph-lock.c | ||
hotplug-stubs.c | ||
icount.c | ||
io_uring.c | ||
iothread-lock-block.c | ||
iothread-lock.c | ||
is-daemonized.c | ||
linux-aio.c | ||
meson.build | ||
migr-blocker.c | ||
monitor-core.c | ||
monitor-internal.c | ||
physmem.c | ||
qdev.c | ||
qemu-timer-notify-cb.c | ||
qmp-command-available.c | ||
qmp-quit.c | ||
qtest.c | ||
ram-block.c | ||
replay-mode.c | ||
replay-tools.c | ||
replay.c | ||
runstate-check.c | ||
sysbus.c | ||
target-get-monitor-def.c | ||
target-monitor-defs.c | ||
trace-control.c | ||
uuid.c | ||
vm-stop.c | ||
vmstate.c | ||
win32-kbd-hook.c | ||
xen-hw-stub.c |