Nilesh Patra pushed to branch master at lintian / lintian
Commits:
03d17293 by Louis-Philippe Véronneau at 2026-08-04T19:15:22+05:30
Remove old GCC profiler detection method for Wheezy and earlier
- - - - -
1 changed file:
- lib/Lintian/Check/Binaries/Profiling.pm
Changes:
=====================================
lib/Lintian/Check/Binaries/Profiling.pm
=====================================
@@ -50,13 +50,6 @@ sub visit_installed_files {
if $symbol->version =~ /^GLIBC_.*/
&& $symbol->name =~ m{\A _?+ _?+ (gnu_)?+mcount(_nc)?+ \Z}xsm
&& ($symbol->section eq 'UND' || $symbol->section eq '.text');
-
- # This code was used to detect profiled code in Wheezy and earlier
- $is_profiled = 1
- if $symbol->section eq '.text'
- && $symbol->version eq 'Base'
- && $symbol->name eq '__gmon_start__'
- && $architecture ne 'hppa';
}
$self->pointed_hint('binary-compiled-with-profiling-enabled',
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/03d17293137f729ca2e843a3a1d74a5701bd1865
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/03d17293137f729ca2e843a3a1d74a5701bd1865
You're receiving this email because of your account on salsa.debian.org. Manage
all notifications: https://salsa.debian.org/-/profile/notifications | Help:
https://salsa.debian.org/help