Make _eprol (and _etext) hidden. Fixes "cc -pg" on arm64 where the
authorkettenis <kettenis@openbsd.org>
Thu, 27 Jul 2023 18:17:14 +0000 (18:17 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 27 Jul 2023 18:17:14 +0000 (18:17 +0000)
commit505a4c3431df84a171fd8fa30b28616439059ae7
tree623594ebdc422c63cfe82de05647fdaaccb1b197
parent96496668857abede790a486a35d42519d6c91564
Make _eprol (and _etext) hidden.  Fixes "cc -pg" on arm64 where the
current code which has a local _eprol label in the inline asm and a
global _eprol declaration results in an incorrect relocation.  This
also removes an unnecessary relocation on hppa (and possible on
other architectures as well).

ok guenther@
lib/csu/crt0.c