about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-07 07:25:16 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-07 07:25:16 +0000
commitcab30d75a34782ea5ea0017238022da77494ce5f (patch)
tree10eebf50e77621744fefe2b8f69e2139a5d5acf5 /ChangeLog
parent42d7c593143c868dfce28182a34b10f8c9cf4e86 (diff)
downloadglibc-cab30d75a34782ea5ea0017238022da77494ce5f.tar.gz
glibc-cab30d75a34782ea5ea0017238022da77494ce5f.tar.xz
glibc-cab30d75a34782ea5ea0017238022da77494ce5f.zip
Update.
1999-10-07  Ulrich Drepper  <drepper@cygnus.com>

	* debug/Makefile (install-bin): Add pcprofiledump and xtrace.
	Add rules for both programs.
	* debug/pcprofiledump.c: New file.
	* debug/xtrace.sh: New file.
	* debug/pcprofile.c: Allow creating output file.  Add magic signature
	to let reader recognize file format.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4b09c1e19..398f6259db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
+
+	* debug/Makefile (install-bin): Add pcprofiledump and xtrace.
+	Add rules for both programs.
+	* debug/pcprofiledump.c: New file.
+	* debug/xtrace.sh: New file.
+	* debug/pcprofile.c: Allow creating output file.  Add magic signature
+	to let reader recognize file format.
+
 1999-10-06  Ulrich Drepper  <drepper@cygnus.com>
 
 	* locale/programs/ld-ctype.c (ctype_read): Fix typos in last patch.