diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-29 22:29:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-29 22:29:59 +0000 |
commit | 0ef811cd37c176444d4dd151dc59269230c73d3b (patch) | |
tree | a4e673e0abd2390095293127a64ae41cd8129acf /gdb | |
parent | 179f5a0e18da66f7c5e3418e5103782df5456874 (diff) | |
download | gdb-0ef811cd37c176444d4dd151dc59269230c73d3b.zip gdb-0ef811cd37c176444d4dd151dc59269230c73d3b.tar.gz gdb-0ef811cd37c176444d4dd151dc59269230c73d3b.tar.bz2 |
2004-07-29 Andrew Cagney <cagney@gnu.org>
* PROBLEMS (mips-irix): Note that it is broken.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/PROBLEMS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf99a0b..062dc20 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-07-29 Andrew Cagney <cagney@gnu.org> + + * PROBLEMS (mips-irix): Note that it is broken. + 2004-07-28 Andrew Cagney <cagney@gnu.org> * version.in: Bump to version 6.1.92. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 8cdfe32..4d8199d 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -39,6 +39,12 @@ 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 |