summaryrefslogtreecommitdiff
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
commit6546e8796ed004ab4bb1a2f315531e8b03b1b15e (patch)
tree574646dc4b5fc1d7e271cfa1df3c12b4f75f865c /gdb/TODO
parentee10b312ca3998fbac237f56a1fd00e500109b42 (diff)
downloadgdb-6546e8796ed004ab4bb1a2f315531e8b03b1b15e.tar.gz
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 59c6c50c61b..8d0785da85a 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
======================