diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-19 22:09:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-19 22:09:26 +0000 |
commit | 81092a3ee147bdfa8dfa78681f145de8da25b2fa (patch) | |
tree | ebb29af9a131a08e5ea4d1433fe6fe3cc5f8d88d /gdb/ChangeLog | |
parent | 38ca4e0c24a0e3d7b70b141c913d7e2998eb28e4 (diff) | |
download | gdb-81092a3ee147bdfa8dfa78681f145de8da25b2fa.zip gdb-81092a3ee147bdfa8dfa78681f145de8da25b2fa.tar.gz gdb-81092a3ee147bdfa8dfa78681f145de8da25b2fa.tar.bz2 |
* hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check
whether the name returned by find_pc_partial_function is a null
pointer, not whether it is an empty string.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a1bcb5..cbab622 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-12-19 Mark Kettenis <kettenis@gnu.org> + * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence): Check + whether the name returned by find_pc_partial_function is a null + pointer, not whether it is an empty string. + * hppa-tdep.h (hppa_regnum): Add HPPA_DP_REGNUM, HPPA_RET0_REGNUM, HPPA_RET1_REGNUM and HPPA64_FP4_REGNUM. * hppa-tdep.c (hppa64_integral_or_pointer_p) |