]> 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>
Thu, 14 Aug 2025 06:33:23 +0000 (08:33 +0200)
commit9833fcf7ce7a7ac7ec5b7694fd4c2bc705282842
treec091553b3eedf7e962e8074a1307493ddf98f1e6
parentfbade65338cff0a3a1699a8627a8180e9a01a627
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>
(cherry picked from commit 96429bcc91a14f71b177ddc5e716de3069060f2c)
elf/Makefile
elf/dl-find_object.c
include/dlfcn.h
sysdeps/arm/find_exidx.c