diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-12-20 21:40:22 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-12-20 21:40:22 +0000 |
commit | f079148d6112bd15d3cda833fad5950d82d3f926 (patch) | |
tree | d050c2c15a5428c10da870984c66cc5f629a0c57 /gdb/ChangeLog | |
parent | 47ede03a416b9633130623411cc35688461febdd (diff) | |
download | gdb-f079148d6112bd15d3cda833fad5950d82d3f926.zip gdb-f079148d6112bd15d3cda833fad5950d82d3f926.tar.gz gdb-f079148d6112bd15d3cda833fad5950d82d3f926.tar.bz2 |
Fix some ARM call dummy problems.
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 8d51681..634024a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2001-12-20 Kevin Buettner <kevinb@redhat.com> + + * arm-tdep.c (arm_init_extra_frame_info): Add special case for + call dummies. + (arm_frame_saved_pc): Likewise. + (arm_push_dummy_frame): Make sure all of the GPRs are saved. + (arm_pop_frame): Eliminate special case for call dummies. It + is no longer needed now that the frame info is being properly + initialized. + 2001-12-20 Michael Snyder <msnyder@redhat.com> * maint.c (maintenance_info_sections): Pass string argument to |