aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-03-05 16:59:54 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-03-05 16:59:54 +0000
commit9ff2efe549566837badb473cd6ea4cdb0122f9ae (patch)
tree2e31fe7e698a2e1a1a5e3cd462ebf917435fe854 /gdb/ChangeLog
parent58841d58e552800c90ceb77f6c5a3a62091e23bd (diff)
downloadgdb-9ff2efe549566837badb473cd6ea4cdb0122f9ae.zip
gdb-9ff2efe549566837badb473cd6ea4cdb0122f9ae.tar.gz
gdb-9ff2efe549566837badb473cd6ea4cdb0122f9ae.tar.bz2
* wince.c: Change realloc to xrealloc throughout.
(handle_load_dll): Use void * rather than PTR.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fd6960f..362dd7c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-03-04 Andrew Cagney <ac131313@redhat.com>
* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.