rpmlint/test/readelf
Jan Engelhardt cf619f717b Remove shared-library-without-dependency and library-not-linked-against-libc
Libraries that do not use any libc symbols are legit (e.g. libs with
just mathematical computations or lookup tables only). libc.so.6 (and
sometimes libgcc_s.so.1) used to be linked into all shared libraries
because gcc implicitly adds -lc -lgcc_s to *everything*. But ever
since distributions started using --as-needed, -lc/-lgcc_s too are
subject to being thrown at out at the linker stage.

References: #969
2022-12-01 11:28:34 +01:00
..
archive-with-debuginfo.a Add static-library-without-debuginfo check. 2019-08-27 14:15:37 +08:00
call-mktemp Implement security function checks. 2019-08-02 14:09:09 +02:00
call-setgroups Implement security function checks. 2019-08-02 14:09:09 +02:00
empty-archive.a First implementation of ReadelfParser.py. 2019-07-31 12:16:31 +02:00
executable-stack Implement executable-stack. 2019-07-31 12:17:37 +02:00
function-sections.a With -ffunction-sections one can have assembly code in .text.fn_name. 2019-08-02 09:21:08 +02:00
hostname Add check for binary-or-shlib-calls-gethostbyname. 2019-08-26 15:05:08 +08:00
invalid-soname.so Rewrite another part of BinariesCheck. 2019-08-01 13:41:52 +02:00
libbsd-ctor.a Support empty archives with .init_array or .fini_array. 2019-08-08 13:53:13 +02:00
libclang_rt.asan-preinit-x86_64.a Simplify section_regex regex and handle .preinit_array in .a files. 2019-08-09 09:42:14 +02:00
libgame.so Update shlib-policy-name-error. 2021-10-14 14:20:01 +02:00
libkleeRuntimeFreeStanding.bca Skip .bca archives in BinariesCheck. 2020-11-03 16:33:53 +00:00
libutil-2.29.so Rewrite another part of BinariesCheck. 2019-08-01 13:41:52 +02:00
lto-object.o First implementation of ReadelfParser.py. 2019-07-31 12:16:31 +02:00
main.a First implementation of ReadelfParser.py. 2019-07-31 12:16:31 +02:00
nested-function First implementation of ReadelfParser.py. 2019-07-31 12:16:31 +02:00
no-soname.so Rewrite another part of BinariesCheck. 2019-08-01 13:41:52 +02:00
non-pic-shared-m32.so Fix shlib-with-non-pic-code detection. 2020-10-30 18:15:05 +01:00
only-data.a Do not report lto-no-text-in-archive for some data. 2020-11-03 14:53:00 +00:00
rpath-lib.so Rewrite rpath test. 2019-08-05 09:24:57 +02:00
small_archive.a Short errors for readelf-error. 2020-11-13 19:23:08 +00:00
stripped-archive.a Add static-library-without-symtab check. 2019-08-26 08:53:54 +08:00
stripped-lto.a First implementation of ReadelfParser.py. 2019-07-31 12:16:31 +02:00