bind9/lib/isc/include
Ondřej Surý 86298fd112 Make linker include library ctor/dtor in statically linked libisc
Under normal situation, the linker throws out all symbols from
compilation unit when no symbols are used in the final binary, which is
the case for lib/isc/lib.c.  This commit adds empty function to lib.c
that's being called from different CU (mem.c in this case) and that
makes the linker to include all the symbols including the normally
unreferenced isc__initialize() and isc__shutdown() in the final binary.
2021-02-26 21:19:33 +01:00
..
isc Make linker include library ctor/dtor in statically linked libisc 2021-02-26 21:19:33 +01:00
pk11 update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
pkcs11 Update to PKCS#11 v3.0 EdDSA macros. 2020-05-01 06:54:26 +02:00
.clang-format Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
Makefile.in update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00