diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-29 22:30:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-29 22:30:31 +0000 |
commit | c21b3bf18cde54b98ece3256ccf03ae111d36da2 (patch) | |
tree | fe230e69995b9c93f1d44deccb248eca2126ee16 /gdb | |
parent | 07e488c7fc30da216717ec6492687fb5863d4e85 (diff) | |
download | gdb-c21b3bf18cde54b98ece3256ccf03ae111d36da2.tar.gz |
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 1fab7226691..fccfa685115 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-07-29 Andrew Cagney <cagney@gnu.org> + * PROBLEMS (mips-irix): Note that it is broken. + +2004-07-29 Andrew Cagney <cagney@gnu.org> + * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ... * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 8cdfe324756..4d8199dc5ea 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 |