diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:28:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:28:23 +0000 |
commit | 81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c (patch) | |
tree | 1a30fcf8423920024c85d20ef47b14d7a1d15980 /gdb/ChangeLog | |
parent | 8cca004af1b90fcede9a043b986c6e7aa4a66c78 (diff) | |
download | gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.zip gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.gz gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.bz2 |
Move free() decl to utils.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37ed002..8382df8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-03-19 Andrew Cagney <ac131313@redhat.com> + + * defs.h (free): Move declaration from here. + * utils.c (free): To here. + (xfree): Document as the only call to free(). + * config/pa/xm-hppah.h (free): Delete declaration. + 2001-03-19 Kevin Buettner <kevinb@redhat.com> * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to |