* i386-tdep.c (i386_collect_fpregset): Fix comment.
This commit is contained in:
parent
23a75657ad
commit
2f305df11e
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-06-18 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386-tdep.c (i386_collect_fpregset): Fix comment.
|
||||
|
||||
2004-06-17 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
GDB 6.1.1 released from the GDB 6.1 branch.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue