From 9d75e2b3e9e8bd93f598033a9691c60d12f61177 Mon Sep 17 00:00:00 2001 From: kettenis Date: Fri, 18 Jun 2004 16:06:19 +0000 Subject: [PATCH] * i386-tdep.c (i386_collect_fpregset): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/i386-tdep.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8c79160fb3..173bcd4541 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-06-18 Mark Kettenis + + * i386-tdep.c (i386_collect_fpregset): Fix comment. + 2004-06-17 Andrew Cagney GDB 6.1.1 released from the GDB 6.1 branch. diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 2008acb8b0..19e7ed9f97 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1674,9 +1674,10 @@ i386_supply_fpregset (const struct regset *regset, struct regcache *regcache, i387_supply_fsave (regcache, regnum, fpregs); } -/* Supply register REGNUM from the buffer specified by FPREGS and LEN - in the floating-point register set REGSET to register cache - REGCACHE. If REGNUM is -1, do this for all registers in REGSET. */ +/* Collect register REGNUM from the register cache REGCACHE and store + it in the buffer specified by FPREGS and LEN as described by the + floating-point register set REGSET. If REGNUM is -1, do this for + all registers in REGSET. */ static void i386_collect_fpregset (const struct regset *regset, -- 2.11.0