]> sigrok.org Git - libsigrok.git/commit
group all drivers into a single object
authorAurelien Jacobs <redacted>
Sun, 5 Jun 2016 21:10:44 +0000 (23:10 +0200)
committerUwe Hermann <redacted>
Sat, 18 Jun 2016 13:40:32 +0000 (15:40 +0200)
commit5d8b3913d4dc450b8af0ad028a379be775e278ef
treed7f492c3bff75a4a5521234bdfeca0ea30e89bd6
parentd1d3d2e0c4f74625f6f8379a3128412c600ad98d
group all drivers into a single object

This single object also contains the sr_drivers_init function, that will
always be referenced. That ensures that the drivers object files won't
be optimized out during static linking due to the fact that they are
not referenced directly.

This addresses (parts of) bug #802.
Makefile.am
configure.ac
libsigrok.pc.in
src/backend.c
src/drivers.c [new file with mode: 0644]
src/hardware/driver_list_end.c [deleted file]
src/hardware/driver_list_start.c [deleted file]
src/libsigrok-internal.h