2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
[deliverable/binutils-gdb.git] / gdb / TODO
index 59c6c50c61b5cd5be92c6b2b9fd52dcbf37aca33..cb408129e2959b1458762f11d777b37ddd3adc64 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -199,6 +199,19 @@ The following code cleanups will hopefully be applied to GDB 5.1.
 
 --
 
+Change documentation to GFDL license.
+
+``It is time to make an effort to start using the GFDL more
+thoroughly.  Would all GNU maintainers please change the license to
+the GFDL, for all manuals and other major documentation files?
+
+The GFDL and some instructions for using it can be found in
+http://www.gnu.org/copyleft/''
+
+       RMS
+
+--
+
 Delete macro TARGET_BYTE_ORDER_SELECTABLE.
 
 Patches in the database.
@@ -366,13 +379,6 @@ needed.
 
 --
 
-Replace asprintf() calls with xasprintf() calls.
-
-As with things like strdup() most calls to asprintf() don't check the
-return value.
-
---
-
 Replace strsave() + mstrsave() with libiberty:xstrdup().
 
 --
@@ -517,6 +523,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
This page took 0.023487 seconds and 4 git commands to generate.