OSDN Git Service

Add ``extern'' and STREQ to cleanups.
authorcagney <cagney>
Mon, 20 Nov 2000 01:57:26 +0000 (01:57 +0000)
committercagney <cagney>
Mon, 20 Nov 2000 01:57:26 +0000 (01:57 +0000)
gdb/ChangeLog
gdb/TODO

index 3fb2085..63b6081 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov 20 12:22:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * TODO: Mention ``extern'' and ``STREQ'' cleanups.
+
 2000-11-19  Jim Blandy  <jimb@redhat.com>
 
        * symtab.c (no_symtab_msg): Remove definition.
index 59c6c50..8d0785d 100644 (file)
--- 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
                        ======================