diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-04-17 14:48:49 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-04-17 14:48:49 +0000 |
commit | 968b53918b58e35bc65bcd8bf4436d77380db2c0 (patch) | |
tree | 1833b0a542c949b77a0a57351fad341fc8d74934 /gdb/ChangeLog | |
parent | 5750dcecf6a09f90007d130f93da4bca48b2ce48 (diff) | |
download | gdb-968b53918b58e35bc65bcd8bf4436d77380db2c0.zip gdb-968b53918b58e35bc65bcd8bf4436d77380db2c0.tar.gz gdb-968b53918b58e35bc65bcd8bf4436d77380db2c0.tar.bz2 |
* mips-tdep.c (mips_o32_push_dummy_call): Take account of
argument alignment requirements when calculating stack space
required. When aligning an arg register to eight bytes
boundary, align stack_offset too. Write floating-point
arguments to the appropriate integer register if need go there.
(mips_o64_push_dummy_call): Likewise.
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 2c0891e..3b60b27 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2007-04-17 Maciej W. Rozycki <macro@mips.com> + Nigel Stephens <nigel@mips.com> + + * mips-tdep.c (mips_o32_push_dummy_call): Take account of + argument alignment requirements when calculating stack space + required. When aligning an arg register to eight bytes + boundary, align stack_offset too. Write floating-point + arguments to the appropriate integer register if need go there. + (mips_o64_push_dummy_call): Likewise. + 2007-04-14 Ulrich Weigand <uweigand@de.ibm.com> * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and |