From e43f5af7ce8bc242313ec65d93a50100f36cfebb Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 15 Feb 2016 13:38:38 -0500 Subject: rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine. --- musl.lzy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'musl.lzy') diff --git a/musl.lzy b/musl.lzy index 5ab977e..4f42b77 100644 --- a/musl.lzy +++ b/musl.lzy @@ -22,7 +22,7 @@ lz_project_definitions() musl_cflags_shared="-fPIC" if [ "$lz_pecoff_winnt"x = yesx ]; then - pe_excluded_symbols="__libc_entry_point" + pe_excluded_symbols="_dlstart" pe_excluded_symbols="$pe_excluded_symbols,__syscall_vtbl" pe_excluded_symbols="$pe_excluded_symbols,__ldso_vtbl" pe_excluded_symbols="$pe_excluded_symbols,__psx_vtbl" @@ -31,7 +31,7 @@ lz_project_definitions() pe_excluded_symbols="$pe_excluded_symbols,__vm_lock_impl" pe_excluded_symbols="$pe_excluded_symbols,__vm_unlock_impl" - musl_libc_so_ldflags="-shared -e "$lz_default_underscore"__libc_entry_point \ + musl_libc_so_ldflags="-shared -e _dlstart \ -Bsymbolic-functions \ --subsystem windows \ --output-def $lz_build_dir/lib/libc.so.def \ -- cgit v1.2.3