aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-07 04:43:30 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-07 04:43:30 +0000
commit6ecce94d4826f27539dcd85265a07ed6bd54f7ba (patch)
treed8581850cbcab04a0482a3fbd9ce5b58956e4a80 /gdb/TODO
parentb4a20239906ec8ba36a98e03d56d91603ce3ebb7 (diff)
downloadgdb-6ecce94d4826f27539dcd85265a07ed6bd54f7ba.zip
gdb-6ecce94d4826f27539dcd85265a07ed6bd54f7ba.tar.gz
gdb-6ecce94d4826f27539dcd85265a07ed6bd54f7ba.tar.bz2
Purge last remaining make_cleanup_func.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO11
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/TODO b/gdb/TODO
index e5398c9..7fa33c8 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -101,14 +101,6 @@ Eliminate all uses of PARAMS in GDB's source code.
--
-Elimination of make_cleanup_func. (Andrew Cagney)
-
-make_cleanup_func elimination
-http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00791.html
-http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00814.html
-
---
-
Fix copyright notices.
Turns out that ``1998-2000'' isn't considered valid :-(
@@ -143,6 +135,9 @@ file at a time.
Elimination of ``(catch_errors_ftype *) func''.
Like make_cleanup_func it isn't portable.
+http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00791.html
+http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00814.html
+
--