summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-12 21:44:19 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-12 21:44:19 +0000
commit926a7aae043a4c553a00ec306260241142c6fff3 (patch)
treeee6a628dcd9051a65f2f6bc97942f46d48b42c1e /gdb/NEWS
parent249b9a4ffa90febee5722ebbc66d527a2105566d (diff)
downloadgdb-926a7aae043a4c553a00ec306260241142c6fff3.tar.gz
2004-08-12 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention fixes in GDB 6.2.1. * PROBLEMS: Remove mention of mips-irix.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index df9999b28ca..c4f451aa181 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,25 @@
*** Changes since GDB 6.2:
+*** 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''