mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
2004-08-12 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention fixes in GDB 6.2.1. * PROBLEMS: Remove mention of mips-irix.
This commit is contained in:
@ -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-11 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* config/powerpc/xm-aix.h: Delete.
|
||||
|
19
gdb/NEWS
19
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''
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user