diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-07-15 23:29:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-07-15 23:29:24 +0000 |
commit | eb2f4a08ce0d53c30571ff4b7bd6d2f174376388 (patch) | |
tree | 5ad41cccca50dce4a025971c5da506455a3cd4ae /gdb/hppa-tdep.c | |
parent | 680b56ce65a42446a86fc333ca4c735fc770386c (diff) | |
download | gdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.zip gdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.tar.gz gdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.tar.bz2 |
Revert frame_unwind_caller_pc / frame_unwind_caller_id.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 17a0909..ace04a3 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -1794,7 +1794,7 @@ hppa_find_unwind_entry_in_block (struct frame_info *this_frame) /* FIXME drow/20070101: Calling gdbarch_addr_bits_remove on the result of get_frame_address_in_block implies a problem. The bits should have been removed earlier, before the return - value of gdbarch_unwind_pc. That might be happening already; + value of frame_pc_unwind. That might be happening already; if it isn't, it should be fixed. Then this call can be removed. */ pc = gdbarch_addr_bits_remove (get_frame_arch (this_frame), pc); |