diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-21 04:10:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-21 04:10:18 +0000 |
commit | 2f9429aea399b8ff5c1d2d8f7dd0b5e14202f1e8 (patch) | |
tree | b79970c8cd4311360bd46b55935949224f31e326 /gdb/ChangeLog | |
parent | 61c37cee5da9d08b107ec331b1080f1982f5afa1 (diff) | |
download | gdb-2f9429aea399b8ff5c1d2d8f7dd0b5e14202f1e8.zip gdb-2f9429aea399b8ff5c1d2d8f7dd0b5e14202f1e8.tar.gz gdb-2f9429aea399b8ff5c1d2d8f7dd0b5e14202f1e8.tar.bz2 |
* defs.h, utils.c (free_current_contents): Change parameter to
void*.
From Philippe De Muyter <phdm@macqel.be>:
* printcmd.c (print_address_symbolic): Call `make_cleanup' with
`(free_current_contents, &x)', not `(free, x)'.
* utils.c (free_current_contents): Do not `free (NULL)'.
* printcmd.c (print_address_symbolic): Cleanup after a failed
call to build_address_symbolic.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0f1f773..dd19676 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Thu Apr 20 17:39:11 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * defs.h, utils.c (free_current_contents): Change parameter to + void*. + + From Philippe De Muyter <phdm@macqel.be>: + * printcmd.c (print_address_symbolic): Call `make_cleanup' with + `(free_current_contents, &x)', not `(free, x)'. + * utils.c (free_current_contents): Do not `free (NULL)'. + + * printcmd.c (print_address_symbolic): Cleanup after a failed + call to build_address_symbolic. + 2000-04-20 Christopher Faylor <cgf@cygnus.com> * wince-stub.c (FREE): New macro. |