diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-15 13:44:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-15 13:44:56 +0200 |
commit | 06ad2699b0f27f901def236813eccb9b4d0f8ccd (patch) | |
tree | aec3ba739acab8a77029d3021483563a61c8385d /ChangeLog | |
parent | 54d68f5f61fc016b18101a822f9343a612ad1bc0 (diff) | |
download | glibc-fw/tst-gmon.zip glibc-fw/tst-gmon.tar.gz glibc-fw/tst-gmon.tar.bz2 |
gmon: Add test for basic mcount/gprof functionalityfw/tst-gmon
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2017-08-15 Florian Weimer <fweimer@redhat.com> + + * gmon/Makefile (tests): Add tst-gmon. + (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV): + Set. + (tests-special): Add tst-gmon-prof.out. + (tst-gmon.out): Depend on clean-tst-gmon-data. + (clean-tst-gmon-data, tst-gmon-gprof.out): New targets. + * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files. + * Makeconfig (+link-before-libc): Add CRT-* hook to override the + startup object. + * aclocal.m4 (GPROF): Set and substitute. + * config.amke.in (GPROF): Set. + * configure: Regenerate. + 2017-08-14 Joseph Myers <joseph@codesourcery.com> * conform/data/sys/wait.h-data (si_value): Do not expect for |