diff options
author | Jeff Law <law@redhat.com> | 1994-12-28 19:33:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-12-28 19:33:08 +0000 |
commit | e43169eb57828e2c67f2671ddec84604ae0a08bb (patch) | |
tree | b8987155f0eb8ceeee670f92d1b283479b79331a /gdb/ChangeLog | |
parent | 61c4b14e98cbae3e7fcb793e77de0c81d0b7dddc (diff) | |
download | gdb-e43169eb57828e2c67f2671ddec84604ae0a08bb.zip gdb-e43169eb57828e2c67f2671ddec84604ae0a08bb.tar.gz gdb-e43169eb57828e2c67f2671ddec84604ae0a08bb.tar.bz2 |
* hppa-tdep.c (push_dummy_frame): Return type is void. Clear
in_syscall bit in flags. Don't depend on the PC queue registers
when in_syscall is set, they're not valid.
* config/pa/tm-hppa.h (PUSH_DUMMY_FRAME): Pass inf_status down to
push_dummy_frame.
(SR4_REGNUM): Define.
* hppa-tdep.c: Misc. lint changes.
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 61ffcfa..fa9bd14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Wed Dec 28 12:21:39 1994 Jeff Law (law@snake.cs.utah.edu) + + * hppa-tdep.c (push_dummy_frame): Return type is void. Clear + in_syscall bit in flags. Don't depend on the PC queue registers + when in_syscall is set, they're not valid. + * config/pa/tm-hppa.h (PUSH_DUMMY_FRAME): Pass inf_status down to + push_dummy_frame. + (SR4_REGNUM): Define. + + * hppa-tdep.c: Misc. lint changes. + Tue Dec 27 12:32:43 1994 Jeff Law (law@snake.cs.utah.edu) * breakpoint.c (watchpoint_check): Don't bother restoring the |