diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-09-26 11:36:30 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-09-26 11:36:30 +0000 |
commit | 59aa1faa754a0e15b6539a38307971d7e7804d5a (patch) | |
tree | 18c8a348c7303559e24ed8957a7579b832c15478 | |
parent | 5a918ce730bca784591cef4b3696269510c5f814 (diff) | |
download | gdb-59aa1faa754a0e15b6539a38307971d7e7804d5a.zip gdb-59aa1faa754a0e15b6539a38307971d7e7804d5a.tar.gz gdb-59aa1faa754a0e15b6539a38307971d7e7804d5a.tar.bz2 |
* mips-tdep.c (mips_n32n64_return_value): Fix a comment.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/mips-tdep.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa412fe..6db546a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. 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, |