]> sourceware.org Git - glibc.git/commit
elf: Move _dl_setup_hash to its own file
authorFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jan 2022 12:53:11 +0000 (13:53 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jan 2022 13:40:21 +0000 (14:40 +0100)
commitc90363403b57b3b7919061851cb3e6d9c85e784a
treeb54bae71eeaa3e01574aeb2f0ec45a1d3251b362
parentf8b765bec44e6c464a7eabf80e58c6851ca15ac3
elf: Move _dl_setup_hash to its own file

And compile it with the early CFLAGS.  _dl_setup_hash is called
very early for the ld.so link map, so it should be compiled
differently.

Reviewed-by: Stefan Liebler <stli@linux.ibm.com>
Tested-by: Stefan Liebler <stli@linux.ibm.com>
elf/Makefile
elf/dl-lookup.c
elf/dl-setup_hash.c [new file with mode: 0644]
This page took 0.044842 seconds and 5 git commands to generate.