mkstublib: Don't avoid exporting capsule_external_dlopen to the shim
The shim shouldn't be calling dlopen() anyway, so it doesn't matter
whether we overwrite its dlopen relocation with a pointer to
capsule_external_dlopen() or not.
This makes invalid_dl_reloc_targets constant across all shims, which
is advantageous, because it means we can simplify it away.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
00b5f24c
No related branches found
No related tags found
Please register or sign in to comment