This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog mips-tdep.c
- From: jsm28 at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 26 Jul 2008 01:19:34 -0000
- Subject: src/gdb ChangeLog mips-tdep.c
CVSROOT: /cvs/src
Module name: src
Changes by: jsm28@sourceware.org 2008-07-26 01:19:34
Modified files:
gdb : ChangeLog mips-tdep.c
Log message:
* mips-tdep.c (mips_n32n64_push_dummy_call): Handle passing
128-bit long doubles in even-odd pairs of FPRs. Do not
right-align float arguments for big-endian.
(mips_n32n64_return_value): Apply return value convention for
structs containing one or two floating-point values to soft-float
as well as hard-float. Handle 128-bit long doubles in such
structs.
(mips_o32_push_dummy_call): Only skip one integer register for a
float argument passed in an FPR.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9590&r2=1.9591
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.476&r2=1.477