aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-11-20 01:57:26 +0000
committerAndrew Cagney <cagney@redhat.com>2000-11-20 01:57:26 +0000
commit896f186799a2bfa3a154e904abceaee4496933b9 (patch)
treeb95b0f994b4377e98161480003907735834f46bd /gdb/TODO
parent4f49fa1bf00660d525a6dd299ac869a8aa45b661 (diff)
downloadfsf-binutils-gdb-896f186799a2bfa3a154e904abceaee4496933b9.zip
fsf-binutils-gdb-896f186799a2bfa3a154e904abceaee4496933b9.tar.gz
fsf-binutils-gdb-896f186799a2bfa3a154e904abceaee4496933b9.tar.bz2
Add ``extern'' and STREQ to cleanups.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 59c6c50..8d0785d 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -519,6 +519,18 @@ remote_remove_watchpoint, remote_insert_watchpoint into target vector.
--
+Eliminate ``extern'' from C files.
+
+--
+
+Replace ``STREQ()'' et.al. with ``strcmp() == 0'' et.al.
+
+Extreme care is recommeded - perhaps only modify tests that are
+exercised by the testsuite (as determined using some type of code
+coverage analysis).
+
+--
+
New Features and Fixes
======================