glibc/gmon
H.J. Lu 6d3b523eb5 Define write_profiling functions only in profile library [BZ #31756]
libc.so doesn't use nor export write_profiling functions.  There is no
point to define them in libc.so nor in libc.a.  Fix BZ #31756 by defining
them only in profile library.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2024-05-22 06:12:55 -07:00
..
sys
gmon.c Define write_profiling functions only in profile library [BZ #31756] 2024-05-22 06:12:55 -07:00
Makefile gmon: Reformat Makefile. 2024-02-25 13:38:16 -05:00
mcount.c
prof-freq.c
profil.c
sprofil.c
tst-gmon-gprof.sh
tst-gmon-pie.c
tst-gmon-static-gprof.sh
tst-gmon-static-pie.c
tst-gmon-static.c
tst-gmon.c
tst-mcleanup.c
tst-mcount-overflow-check.sh
tst-mcount-overflow.c
tst-profile-static.c
tst-sprofil.c
Versions