diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-12-12 16:26:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-12-12 16:26:17 +0000 |
commit | 39ee2ff0da5594221eb8fc5789e002a3b14df2f2 (patch) | |
tree | fb1b6ad601398d6f01b6f681912cd16c6bc51722 /gdb/ChangeLog | |
parent | 91a533d47bb2463f9eac1d541e9ccf4b89bdd216 (diff) | |
download | gdb-39ee2ff0da5594221eb8fc5789e002a3b14df2f2.zip gdb-39ee2ff0da5594221eb8fc5789e002a3b14df2f2.tar.gz gdb-39ee2ff0da5594221eb8fc5789e002a3b14df2f2.tar.bz2 |
2004-12-12 Andrew Cagney <cagney@gnu.org>
* frame.c (get_prev_frame): When unwinding normal frames, check
that the PC isn't zero.
* hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
zero PC.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2b42da6..59161b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-12-12 Andrew Cagney <cagney@gnu.org> + * frame.c (get_prev_frame): When unwinding normal frames, check + that the PC isn't zero. + * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a + zero PC. + * MAINTAINERS: Reword description of what "Target Instruction Set Architectures" covers. |