]> git.ipfire.org Git - thirdparty/glibc.git/commit
cheri: elf: Prepare support for dynamic relocation processing
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 20 Oct 2022 16:12:36 +0000 (17:12 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 22 Nov 2022 14:31:25 +0000 (14:31 +0000)
commit046ce0eb112e596fbb5437e809d2f575388e61c1
tree1f94044da39eabe53b8da3a1ef3467ef3e9fd9ef
parent82f650eec80df339f1a8144039623a575f756161
cheri: elf: Prepare support for dynamic relocation processing

Type of relocation addresses must be changed from ElfW(Addr) to
elfptr_t to cover both traditional and CHERI ABIs.

And relative relocation processing must have access to the link_map
to derive pointers from the right per module capability.
elf/do-rel.h
elf/dynamic-link.h