]> 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>
Thu, 27 Oct 2022 13:46:54 +0000 (14:46 +0100)
commit6716729644e3ada162b4771b0d5852140142bc42
treea6221e0f8d6b42c8473758322bf72b8f947db06d
parent010cf0128e02429c8686772f20cf80b2ca678939
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