summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-19 07:01:00 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-19 07:01:00 +0000
commit78373bf046158b7c4cc0b999796f0abed73e9454 (patch)
treeda730b6a9bcf2eb76c75fbd0dae991d36219bd2b
parent5ba9b1131943024619821e30ca08e54490cda1d7 (diff)
downloadgdb-78373bf046158b7c4cc0b999796f0abed73e9454.tar.gz
* TODO: Cleanup.
* NEWS: Update GDB version. Duplicate paragraph explaining obsolete.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/NEWS7
-rw-r--r--gdb/TODO93
3 files changed, 12 insertions, 94 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6235aed8929..2a1d5ae2df7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 19 16:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * TODO: Cleanup.
+ * NEWS: Update GDB version. Duplicate paragraph explaining
+ obsolete.
+
Wed Apr 19 13:06:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (distclean): Delete tui/Makefile.
diff --git a/gdb/NEWS b/gdb/NEWS
index 8a7320f5542..64cb12c6825 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,7 @@
What has changed in GDB?
(Organized release by release)
-*** Changes since GDB-4.18:
+*** Changes in GDB 5.0:
* Improved support for debugging FP programs on x86 targets
@@ -67,6 +67,11 @@ Pyramid pyramid-*-*
ARM RISCix arm-*-* (as host)
Tahoe tahoe-*-*
+Configurations that have been declared obsolete will be commented out,
+but the code will be left in place. If there is no activity to revive
+these configurations before the next release of GDB, the sources will
+be permanently REMOVED.
+
* New features for SVR4
On SVR4 native platforms (such as Solaris), if you attach to a process
diff --git a/gdb/TODO b/gdb/TODO
index 695ca443f5a..69771594ca5 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -166,101 +166,8 @@ included in the follow-on release.
--
-GDB 5.0: Test results
-=====================
-
-Please include:
-
- o the output of `config.guess`
- o the date
- o the compiler
- o a note mentioning the reason
- for any serious failures.
-
---
-
-alpha-dec-osf4.0a, vendor compiler, 2000-03-04
-
-Still has many compile warnings (mostly relating back to PTR vs void*)
-but it did compile using:
-
- CC=cc .../configure
- make
-
-Test results are:
-
-# of expected passes 6223
-# of unexpected failures 103
-# of unexpected successes 2
-# of expected failures 196
-# of unresolved testcases 6
-# of unsupported tests 1
-
-Looking at the output it would appear that GDB is stepping into some
-functions instead of ``next'' ing over them:
-
- 35 dummy();
- (gdb) next
- dummy () at /home/cagney/GDB-DEJAGNU/src/gdb/testsuite/gdb.base/all-types.c:41
- 41 {
-
-Since there is no active maintainer, I'd consider this sufficient for
-5.0 :-/
-
---
-
-sparc-sun-solaris2.6, egcs-2.91.66, 2000-02-10
-http://sourceware.cygnus.com/ml/gdb-testers/2000-q1/msg00030.html
-
-There is a SIGTRAP problem that occures in ptrace.exp (Cagney to
-expand on).
-
-# of expected passes 6420
-# of unexpected failures 7
-# of expected failures 199
-
---
-
-solaris 2.5.1 sparc?, 2.9-gnupro-99r1, 2000-02-10
-http://sourceware.cygnus.com/ml/gdb-testers/2000-q1/msg00032.html
-
-# of expected passes 6420
-# of unexpected failures 6
-# of expected failures 199
-
---
-
-sparc-unknown-netbsdelf1.4P, egcs-1.1.2+, 2000-03-01
-
-This is with a very recent kernel.
-
-# of expected passes 6055
-# of unexpected failures 88
-# of unexpected successes 1
-# of expected failures 190
-# of unresolved testcases 59
-
---
-
-GNU/Linux PPC
-http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00185.html
-
-Kevins merged it all in.
-
---
-
-Unixware
-
-Builds ok. Problems with some of the thread code. Unfortunate but
-not a show stopper. Nick D's still looking at it.
-
-Re: uw-threads issues
-http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00025.html
-
-
------------------------------------------------
-
Code cleanups
=============