From 59aa1faa754a0e15b6539a38307971d7e7804d5a Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 26 Sep 2007 11:36:30 +0000 Subject: * mips-tdep.c (mips_n32n64_return_value): Fix a comment. --- gdb/mips-tdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/mips-tdep.c') diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 8392d10..9e4d153 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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, -- cgit v1.1