mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
make _dlstart_c function use hidden visibility
otherwise the call/jump from the crt_arch.h asm may not resolve correctly without -Bsymbolic-functions.
This commit is contained in:
parent
f4f9562cc9
commit
f1faa0e12f
@ -9,6 +9,7 @@
|
||||
|
||||
#include "crt_arch.h"
|
||||
|
||||
__attribute__((__visibility__("hidden")))
|
||||
void _dlstart_c(size_t *sp, size_t *dynv)
|
||||
{
|
||||
size_t i, aux[AUX_CNT], dyn[DYN_CNT];
|
||||
|
Loading…
Reference in New Issue
Block a user