diff options
author | Jeff Law <law@redhat.com> | 1994-01-11 19:14:11 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-01-11 19:14:11 +0000 |
commit | c598654a5ba9fbb678025c8c87b912a9c0045799 (patch) | |
tree | 7ffcbe7bbfc74b51115a0f49e35fe8baf673ff19 /gdb/ChangeLog | |
parent | f3fe8934c2449dc8c6d4063bc117073af2b65386 (diff) | |
download | gdb-c598654a5ba9fbb678025c8c87b912a9c0045799.zip gdb-c598654a5ba9fbb678025c8c87b912a9c0045799.tar.gz gdb-c598654a5ba9fbb678025c8c87b912a9c0045799.tar.bz2 |
* config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
hppa_frame_find_saved_regs.
* hppa-tdep.c (dig_fp_from_stack): Delete function.
(prologue_inst_adjust_sp): New function.
(is_branch, inst_saves_gr, inst_saves_fr): New functions.
(skip_prologue): Completely rewrite to use unwind information.
(hppa_frame_find_saved_regs): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 40c1a80..e7d4623 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Tue Jan 11 11:10:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call + hppa_frame_find_saved_regs. + * hppa-tdep.c (dig_fp_from_stack): Delete function. + (prologue_inst_adjust_sp): New function. + (is_branch, inst_saves_gr, inst_saves_fr): New functions. + (skip_prologue): Completely rewrite to use unwind information. + (hppa_frame_find_saved_regs): Likewise. + Tue Jan 11 06:59:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com) * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol @@ -41,6 +51,7 @@ Mon Jan 10 15:48:36 1994 Tom Lord (lord@rtl.cygnus.com) * m68k-stub.c, sparc-stub.c: removed spurious introduction of _filtered io routines from these two files. +>>>>>>> 1.2095 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, |