Debian Patches

Status for benchmark/1.5.2-2

Patch Description Author Forwarded Bugs Origin Last update
0001-Create-shared-lib.patch [PATCH] Create shared lib Anton Gladky <gladk@debian.org> no 2017-11-09
03_fix_hppa_ftbfs.patch Fix compilation on hppa
===================================================================
John David Anglin <dave.anglin@bell.net> no 2018-11-17
fix-missing-symbols-in-static.patch Fix missing symbols in libbenchmark_main.a

If BENCHMARK_ENABLE_LTO is enabled, -flto omits symbols
which is required for libbenchmark_main.a.

Before:

$ nm /usr/lib/x86_64-linux-gnu/libbenchmark_main.a
benchmark_main.cc.o:
nm: benchmark_main.cc.o: no symbols

After:

nm /usr/lib/x86_64-linux-gnu/libbenchmark_main.a

benchmark_main.cc.o:
U _GLOBAL_OFFSET_TABLE_
0000000000000040 t _GLOBAL__sub_I_main
U _ZN9benchmark10InitializeEPiPPc
U _ZN9benchmark22RunSpecifiedBenchmarksEv
U _ZN9benchmark27ReportUnrecognizedArgumentsEiPPc
U _ZN9benchmark8internal17InitializeStreamsEv
0000000000000000 T main
Kentaro Hayashi <hayashi@clear-code.com> no 2020-11-19

All known versions for source package 'benchmark'

Links