aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-02-19 23:20:54 +0000
committerAndrew Cagney <cagney@redhat.com>2001-02-19 23:20:54 +0000
commit0db23c95cc86f84a4137054e6d35b5cf306e5fdf (patch)
treef549a21aa9717850be76de14aeb547f95d2487c6
parent8701c1bc04f3f34f3bca69411b6c27701bfddb33 (diff)
downloadgdb-0db23c95cc86f84a4137054e6d35b5cf306e5fdf.zip
gdb-0db23c95cc86f84a4137054e6d35b5cf306e5fdf.tar.gz
gdb-0db23c95cc86f84a4137054e6d35b5cf306e5fdf.tar.bz2
TODO Tweeks.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO13
2 files changed, 13 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7748ab8..82f64f7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-18 Andrew Cagney <ac131313@redhat.com>
+
+ * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
+
2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
* arm-tdep.c (check_prologue_cache): Fix off by 1 error.
diff --git a/gdb/TODO b/gdb/TODO
index acca85a..cebae79 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -254,7 +254,11 @@ Fix at least one thread bug.
--
-Objective C/C++ Support. Bu hopefully sooner...
+GCC 3.0 ABI support (but hopefully sooner...).
+
+--
+
+Objective C/C++ support (but hopefully sooner...).
--
@@ -266,11 +270,12 @@ The following cleanups have been identified as part of GDB 5.2.
--
Remove old code that does not use ui_out functions and all the related
-"ifdef"s.
+"ifdef"s. This also allows the elimination of -DUI_OUT from
+Makefile.in and configure.in.
--
-Eliminate more compiler warnings.
+Eliminate one more compiler warnings.
--
@@ -522,7 +527,7 @@ fundamental architectural change.
--
-Hardware watchpint problems on x86 OSes, including Linux:
+Hardware watchpoint problems on x86 OSes, including Linux:
1. Delete/disable hardware watchpoints should free hardware debug
registers.