diff options
author | Per Bothner <per@bothner.com> | 1993-02-26 00:03:24 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-02-26 00:03:24 +0000 |
commit | 8a6e5b69e43c078963d790ba0fc1bb823d43954e (patch) | |
tree | f9485cecd5dc51afef1586f4cac3b6d783cdd481 /gprof/ChangeLog | |
parent | 3048fb38f06fb641ac92c042f18786d672749491 (diff) | |
download | gdb-8a6e5b69e43c078963d790ba0fc1bb823d43954e.zip gdb-8a6e5b69e43c078963d790ba0fc1bb823d43954e.tar.gz gdb-8a6e5b69e43c078963d790ba0fc1bb823d43954e.tar.bz2 |
* printgprof (xmalloc, xrealloc): Cast results of malloc
and realloc to PTR.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index c466d45..f97aaf3 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 25 16:01:50 1993 Per Bothner (bothner@rtl.cygnus.com) + + * printgprof (xmalloc, xrealloc): Cast results of malloc + and realloc to PTR. + Wed Feb 3 13:55:33 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com) * Makefile.in: created info, install-info, dvi |