1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-15 14:36:25 +03:00
This commit is contained in:
Rui Ueyama 2021-08-23 18:40:05 +09:00
parent fe9e52b184
commit 5912a0022f

View File

@ -18,7 +18,7 @@ int main() {
}
EOF
cat <<EOF | cc -shared -o $t/b.so -xc -
cat <<EOF | cc -fPIC -shared -o $t/b.so -xc -
#include <stdio.h>
__attribute__((ifunc("resolve_foobar")))