CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/27 12:17:14
Modified files:
lib/csu : crt0.c
Log message:
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@
