make _dlstart_c function use hidden visibility
authorRich Felker <dalias@aerifal.cx>
Tue, 14 Apr 2015 04:28:30 +0000 (00:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 14 Apr 2015 04:28:30 +0000 (00:28 -0400)
commitf1faa0e12fd68379420b07ebf2eba43a5be1f2d3
tree9812f1cc6247773ecfa5d142e6a42937a2533fa2
parentf4f9562cc963181ca0ea04fbe6d31f4ca14a5d8c
make _dlstart_c function use hidden visibility

otherwise the call/jump from the crt_arch.h asm may not resolve
correctly without -Bsymbolic-functions.
src/ldso/dlstart.c