summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-03-05 17:03:03 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-03-05 17:03:03 +0000
commit205005ef401e7db99b4a06e1bc25626505bce546 (patch)
tree56ece41c5c44199f2ab9d5e07985212bdf229baa
parent44b18ea2f31c15539c0d8760e0277928617f5f3a (diff)
downloadgdb-205005ef401e7db99b4a06e1bc25626505bce546.tar.gz
clarify my recent entry.
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 362dd7cf2e3..4782dc0eca3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,7 @@
Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
* wince.c: Change realloc to xrealloc throughout.
- (handle_load_dll): Use void * rather than PTR.
+ (handle_load_dll): Use void * rather than PTR in argument.
2001-03-04 Andrew Cagney <ac131313@redhat.com>