projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535c37f
)
remove build_parse entry about buffer overrun.
author
David Taylor
<taylor@redhat.com>
Tue, 8 Aug 2000 03:23:14 +0000
(
03:23
+0000)
committer
David Taylor
<taylor@redhat.com>
Tue, 8 Aug 2000 03:23:14 +0000
(
03:23
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/TODO
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d06101d89eb9a6ecfbf4e784fb6de8de1ea661f4..df64e9fd8d62dd279750a3e5c37e9cb9db90cda6 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Mon Aug 7 23:21:22 2000 David Taylor <taylor@texas.cygnus.com>
+
+ * TODO: remove build_parse entry.
+
2000-08-07 Kevin Buettner <kevinb@redhat.com>
* command.c (add_cmd, add_abbrev_cmd, add_prefix_cmd,
diff --git
a/gdb/TODO
b/gdb/TODO
index 633ac79bdb0fe5b0f96b5214654528863e27aa85..c0931bef294fb2523b5f8d5d7bbd004dba6014c4 100644
(file)
--- a/
gdb/TODO
+++ b/
gdb/TODO
@@
-59,10
+59,6
@@
GDB 5.0 doesn't work on Linux/SPARC
--
-parse.c:build_parse() has a buffer overrun.
-
---
-
Thread support. Right now, as soon as a thread finishes and exits,
you're hosed. This problem is reported once a week or so.