diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:10:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:10:17 +0000 |
commit | dea757d1a3f627b4ffda137db2b4a2195d5e46e9 (patch) | |
tree | 2adc298a5378cbf363d122b018a0a3aea5f47ca0 /gprof | |
parent | 3289fe0ce07986d2d93e5ac8461e7fc1d43d8012 (diff) | |
download | gdb-dea757d1a3f627b4ffda137db2b4a2195d5e46e9.zip gdb-dea757d1a3f627b4ffda137db2b4a2195d5e46e9.tar.gz gdb-dea757d1a3f627b4ffda137db2b4a2195d5e46e9.tar.bz2 |
Opps - forgot to include change to Makefile.am in the ChangeLog entry
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 82f8015..b9d9fc3 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,6 +1,8 @@ 2007-07-05 Tristan Gingold <gingold@adacore.com> * corefile.c (core_sym_class): Do not discard nested subprograms. + * Makefile.am (corefile.o): Add dependency upon safe-ctype.h. + * Makefile.in: Regenerate. 2007-07-02 Alan Modra <amodra@bigpond.net.au> |