summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-12 21:42:21 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-12 21:42:21 +0000
commitab95cc2f137d65cddb824f89005c7caf85c8166a (patch)
treefaa3d6910d0df68bbaf8b64c052b730b23767f4a
parentce2c259c93623461e8fe92dc9528c5d7dd809844 (diff)
downloadgdb-ab95cc2f137d65cddb824f89005c7caf85c8166a.tar.gz
2004-08-12 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention fixes in GDB 6.2.1. * PROBLEMS: Remove mention of mips-irix.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS19
-rw-r--r--gdb/PROBLEMS6
3 files changed, 24 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1392f73027b..380ddc73c68 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-12 Andrew Cagney <cagney@gnu.org>
+
+ * NEWS: Mention fixes in GDB 6.2.1.
+ * PROBLEMS: Remove mention of mips-irix.
+
2004-08-08 Mark Kettenis <kettenis@gnu.org>
* vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
diff --git a/gdb/NEWS b/gdb/NEWS
index 75995a5bb9c..8f8f053a843 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,6 +1,25 @@
What has changed in GDB?
(Organized release by release)
+*** Changes in GDB 6.2.1:
+
+* MIPS `break main; run' gave an heuristic-fence-post warning
+
+When attempting to run even a simple program, a warning about
+heuristic-fence-post being hit would be reported. This problem has
+been fixed.
+
+* MIPS IRIX 'long double' crashed GDB
+
+When examining a long double variable, GDB would get a segmentation
+fault. The crash has been fixed (but GDB 6.2 cannot correctly examine
+IRIX long double values).
+
+* VAX and "next"
+
+A bug in the VAX stack code was causing problems with the "next"
+command. This problem has been fixed.
+
*** Changes in GDB 6.2:
* Fix for ``many threads''
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 4d8199dc5ea..8cdfe324756 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -39,12 +39,6 @@ complete, hitting Control-C does not have the expected effect.
The command execution is not aborted, and the "QUIT" message confirming
the abortion is displayed only after the command has been completed.
-mips-irix broken:
-
-Due to problems with both BFD (sections not being correctly
-recognized) and GDB (backtraces failing), GDB 6.2 does not work on
-MIPS IRIX.
-
*** C++ support
gdb/931: GDB could be more generous when reading types C++ templates on input