Add ``extern'' and STREQ to cleanups.
authorAndrew Cagney <cagney@redhat.com>
Mon, 20 Nov 2000 01:57:26 +0000 (01:57 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 20 Nov 2000 01:57:26 +0000 (01:57 +0000)
gdb/ChangeLog
gdb/TODO

index 3fb208589fb3d0618a4ac89f7e771bee7dbd9609..63b608173098947b35d80d1b983c5f4855ad067a 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 59c6c50c61b5cd5be92c6b2b9fd52dcbf37aca33..8d0785da85a00d9697aa4ea4c45a491d54242e53 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -517,6 +517,18 @@ SIM_SIGBREAK and have GDB pass back sim_resume (..., SIGBREAK).
 Move remote_remove_hw_breakpoint, remote_insert_hw_breakpoint,
 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