]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Do not add a copy of _dl_find_object to libc.so
authorFlorian Weimer <fweimer@redhat.com>
Sat, 1 Feb 2025 11:37:58 +0000 (12:37 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 1 Feb 2025 11:37:58 +0000 (12:37 +0100)
commit96429bcc91a14f71b177ddc5e716de3069060f2c
treed26477f14c50d4e906bf9c2e9054e68ac3ece0fb
parentcf51d18b9daf510de1997d4d87328c03103a6b68
elf: Do not add a copy of _dl_find_object to libc.so

This reduces code size and dependencies on ld.so internals from
libc.so.

Fixes commit f4c142bb9fe6b02c0af8cfca8a920091e2dba44b
("arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)").

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/Makefile
elf/dl-find_object.c
include/dlfcn.h
sysdeps/arm/find_exidx.c