Skip to content
Snippets Groups Projects
Commit be9a029b authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 00b5f24c
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -272,7 +272,6 @@ cat - <<EOF
static const char * const invalid_dl_reloc_targets[] =
{
soname,
"libc.so",
"libdl.so",
"libpthread.so",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment