about summary refs log tree commit diff
path: root/elf/libc-dl-profstub.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-0/+40
The _dl_non_dynamic_init does not parse LD_PROFILE, which does not enable profile for dlopen objects. Since dlopen is deprecated for static objects, it is better to remove the support. It also allows to trim down libc.a of profile support. Checked on x86_64-linux-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>