summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-03-11 18:35:29 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-03-11 18:35:29 +0000
commit4ae7cba964f4967c48b02606efb62ed6b661b081 (patch)
tree75bf7e4237f37c36ce49e16b2273a960c6eecdd3
parent4abaad7382358a1e27f8aef3b9278ea2c78a28a7 (diff)
downloadgdb-4ae7cba964f4967c48b02606efb62ed6b661b081.tar.gz
Update changelog entry for Klee's patch
-rw-r--r--gdb/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26234b84473..3b0972e7c20 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -8,8 +8,9 @@
* doublest.c (floatformat_from_length): Accept also
the real size of 'long double' type.
-2003-03-10 Klee Dienes <kdienes@apple.com>
+2003-03-10 Daniel Jacobowitz <drow@mvista.com>
+ From Klee Dienes <kdienes@apple.com>:
* breakpoint.c (bpstat_copy): Copy the command lines as well
as the old value, to match what is freed in bpstat_clear.