From 968b53918b58e35bc65bcd8bf4436d77380db2c0 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 17 Apr 2007 14:48:49 +0000 Subject: * 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. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/ChangeLog') 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 + Nigel Stephens + + * 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 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and -- cgit v1.1