aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-17 15:55:41 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-17 15:55:41 +0000
commit7dc37d80ff9349a873827e7b07e018ee3da5ef7a (patch)
treeaa9ec85e95f927f712b7e245b2fae1697ed59dfe /gprof/ChangeLog
parenta77aa7ec4b1a6eb18019cf59731bf1a524b0fea4 (diff)
downloadgdb-7dc37d80ff9349a873827e7b07e018ee3da5ef7a.zip
gdb-7dc37d80ff9349a873827e7b07e018ee3da5ef7a.tar.gz
gdb-7dc37d80ff9349a873827e7b07e018ee3da5ef7a.tar.bz2
Mon Mar 17 10:54:47 1997 David Mosberger-Tang <davidm@azstarnet.com>
* cg_arcs.c (arc_add): memset() newly alloced arc to ensure all fields are initialized with 0.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 7a9c150..d20bfdc 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 17 10:54:47 1997 David Mosberger-Tang <davidm@azstarnet.com>
+
+ * cg_arcs.c (arc_add): memset() newly alloced arc to ensure
+ all fields are initialized with 0.
+
Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>
* symtab.h (find_call): Declare.