diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-27 16:38:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-27 16:38:39 +0000 |
commit | 1797a8f623fe9a60ec738f109c6c6327abb5b2a6 (patch) | |
tree | 63f12cd80f6b8a8bd8e14f575944c44e66cbaa28 /gdb/ChangeLog | |
parent | ce11586c0bec91693cdc273f939957d0c72faa43 (diff) | |
download | gdb-1797a8f623fe9a60ec738f109c6c6327abb5b2a6.zip gdb-1797a8f623fe9a60ec738f109c6c6327abb5b2a6.tar.gz gdb-1797a8f623fe9a60ec738f109c6c6327abb5b2a6.tar.bz2 |
2004-02-27 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
inferior stack space - the stack needs to grow upwards.
(hppa32_frame_align): New function.
(hppa64_frame_align): Replace hppa_frame_align.
(hppa_gdbarch_init): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7813857..60aed30 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-02-27 Andrew Cagney <cagney@redhat.com> + + * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving + inferior stack space - the stack needs to grow upwards. + (hppa32_frame_align): New function. + (hppa64_frame_align): Replace hppa_frame_align. + (hppa_gdbarch_init): Update. + 2004-02-26 Orjan Friberg <orjanf@axis.com> * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h) |