diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-10 16:26:55 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-10 16:26:55 +0000 |
commit | 4a302917ab01de824acff3470ac3fea896e9271b (patch) | |
tree | 6f8083ac4c569166b4d87e953a462f644d189257 /gdb/ChangeLog | |
parent | 2b25cacb2137cd1c6f976ff8873f18d0c4d6f7cd (diff) | |
download | gdb-4a302917ab01de824acff3470ac3fea896e9271b.zip gdb-4a302917ab01de824acff3470ac3fea896e9271b.tar.gz gdb-4a302917ab01de824acff3470ac3fea896e9271b.tar.bz2 |
2004-11-10 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
(hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
(hppa_fetch_pointer_argument): Likewise.
(hppa_frame_cache): Use safe_frame_unwind_memory instead of
deprecated_read_memory_nobpt.
(_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
add_set_cmd sequence with add_setshow_boolean_cmd.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8349ce7..36694a3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2004-11-10 Randolph Chung <tausq@debian.org> + + * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static. + (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise. + (hppa_fetch_pointer_argument): Likewise. + (hppa_frame_cache): Use safe_frame_unwind_memory instead of + deprecated_read_memory_nobpt. + (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/ + add_set_cmd sequence with add_setshow_boolean_cmd. + 2004-11-09 Andrew Cagney <cagney@gnu.org> GDB 6.3 released from GDB 6.3 branch. |