aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-15 15:49:40 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-15 15:49:45 +0200
commit6014c65de2ac75ac4ef147754d80c7992f07ece8 (patch)
treefb1c32b9acf4a86ce341a0ce8eb5923de389d30f /ChangeLog
parentee72219a497b6317c49dc0a9a02308fe408c8c5e (diff)
downloadglibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.tar
glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.tar.gz
glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.tar.bz2
glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.zip
gmon: Add test for basic mcount/gprof functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c987a74ba..2047e4e9ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-15 Gustavo Romero <gromero@linux.vnet.ibm.com>
* elf/elf.h A (NT_PPC_TAR): New macro.