diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-13 19:38:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-13 19:38:06 +0000 |
commit | bd917ff662c8dac56fe0ecee87816a344d54dc2f (patch) | |
tree | 145e8e0aad6a45b6451b9a85799aa7bff9e07ac3 /gprof/ChangeLog | |
parent | 2575273dcb1af23515c8f65502e80e887d6fc5da (diff) | |
download | gdb-bd917ff662c8dac56fe0ecee87816a344d54dc2f.zip gdb-bd917ff662c8dac56fe0ecee87816a344d54dc2f.tar.gz gdb-bd917ff662c8dac56fe0ecee87816a344d54dc2f.tar.bz2 |
* cg_dfn.c: Include "libiberty.h"
(DFN_INCR_DEPTH): Define instead of DFN_DEPTH.
(dfn_stack): Define as pointer rather than array.
(pre_visit): Reallocate dfn_stack as needed.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 24626c2..91ddafd 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,10 @@ +1999-06-13 Ian Lance Taylor <ian@zembu.com> + + * cg_dfn.c: Include "libiberty.h" + (DFN_INCR_DEPTH): Define instead of DFN_DEPTH. + (dfn_stack): Define as pointer rather than array. + (pre_visit): Reallocate dfn_stack as needed. + 1999-04-26 Tom Tromey <tromey@cygnus.com> * aclocal.m4, configure: Updated for new version of libtool. |