diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-12-21 16:28:28 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-12-21 16:28:28 +0000 |
commit | dafc8383e875d59fe601526f4787a12e88f4a69e (patch) | |
tree | f3886ee9121b0e3081190e1d159ec4e7575ddf54 /gdb | |
parent | 66b965bb7527a397dd78d8f822b7aeb50c971633 (diff) | |
download | gdb-dafc8383e875d59fe601526f4787a12e88f4a69e.zip gdb-dafc8383e875d59fe601526f4787a12e88f4a69e.tar.gz gdb-dafc8383e875d59fe601526f4787a12e88f4a69e.tar.bz2 |
2000-12-21 Fernando Nasser <fnasser@redhat.com>
* TODO: Add pre-uiout code removal to 5.2 cleanups.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/TODO | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a0d478..656bfc2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-12-21 Fernando Nasser <fnasser@redhat.com> + + * TODO: Add pre-uiout code removal to 5.2 cleanups. + 2000-12-20 Fernando Nasser <fnasser@redhat.com> * configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS. @@ -285,6 +285,11 @@ 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. + +-- + Eliminate more compiler warnings. -- |