diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-19 16:42:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-19 16:42:31 +0000 |
commit | f826dce17052a83596c33ca59b1edfa8161b2639 (patch) | |
tree | fa1e3c880a64c3522f81f85ab21076c96a56ea18 /gdb | |
parent | e5d10b60336e00674976b2c1019b1c2581a13a55 (diff) | |
download | gdb-f826dce17052a83596c33ca59b1edfa8161b2639.zip gdb-f826dce17052a83596c33ca59b1edfa8161b2639.tar.gz gdb-f826dce17052a83596c33ca59b1edfa8161b2639.tar.bz2 |
2004-03-19 Andrew Cagney <cagney@redhat.com>
* PROBLEMS: Delete note that ARM does not use frame code, problem
fixed.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/PROBLEMS | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index defcfaa..715ee15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Andrew Cagney <cagney@redhat.com> + + * PROBLEMS: Delete note that ARM does not use frame code, problem + fixed. + 2004-03-18 Andrew Cagney <cagney@redhat.com> * stack.c (return_command): Delete code wrapped in #ifdef diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index dd90603..5455f22 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -14,15 +14,6 @@ People encountering problems with these targets should consult GDB's web pages and mailing lists (http://www.gnu.org/software/gdb/) to see if there is an update. -arm-*-* - -GDB's ARM target, in 6.0, has not been updated to use the new frame -mechanism. - -Fortunately the ARM target, in the GDB's mainline sources, has been -updated so people encountering problems should consider downloading a -more current GDB (http://www.gnu.org/software/gdb/current). - *** Regressions since gdb 6.0 gdb/826: variables in C++ namespaces have to be enclosed in quotes |