mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* mips-tdep.c (mips_n32n64_return_value): Fix a comment.
This commit is contained in:
parent
5a918ce730
commit
59aa1faa75
@ -1,3 +1,8 @@
|
||||
2007-09-26 David Ung <davidu@mips.com>
|
||||
Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* mips-tdep.c (mips_n32n64_return_value): Fix a comment.
|
||||
|
||||
2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* p-exp.y: Fix 12 ARI reported problems.
|
||||
|
@ -3127,8 +3127,7 @@ mips_n32n64_return_value (struct gdbarch *gdbarch,
|
||||
else if (TYPE_CODE (type) == TYPE_CODE_FLT
|
||||
&& tdep->mips_fpu_type != MIPS_FPU_NONE)
|
||||
{
|
||||
/* A floating-point value belongs in the least significant part
|
||||
of FP0. */
|
||||
/* A single or double floating-point value that fits in FP0. */
|
||||
if (mips_debug)
|
||||
fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
|
||||
mips_xfer_register (regcache,
|
||||
|
Loading…
Reference in New Issue
Block a user