From 4b1d7842adfc9887086cea526e5ca5e923e48422 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 31 Dec 2010 22:59:51 +0000 Subject: 2010-12-31 Michael Snyder * charset.c: Comment cleanup and long line wrapping. * charset.h: Ditto. * c-lang.c: Ditto. * c-lang.h: Ditto. * coff-pe-read.c: Ditto. * coff-pe-read.h: Ditto. * coffread.c: Ditto. * command.h: Ditto. * complaints.c: Ditto. * complaints.h: Ditto. * completer.c: Ditto. * completer.h: Ditto. * corefile.c: Ditto. * corelow.c: Ditto. * core-regset.c: Ditto. * cp-abi.c: Ditto. * cp-abi.h: Ditto. * cp-namespace.c: Ditto. * cp-support.c: Ditto. * cp-support.h: Ditto. * cp-valprint.c: Ditto. * cp-typeprint.c: Ditto. * c-valprint.c: Ditto. --- gdb/core-regset.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gdb/core-regset.c') diff --git a/gdb/core-regset.c b/gdb/core-regset.c index e9134a93b52..4d929c60dc7 100644 --- a/gdb/core-regset.c +++ b/gdb/core-regset.c @@ -1,7 +1,7 @@ /* Machine independent GDB support for core files on systems using "regsets". - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007, + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GDB. @@ -59,7 +59,9 @@ static void fetch_core_registers (struct regcache *regcache, - char *core_reg_sect, unsigned core_reg_size, int which, + char *core_reg_sect, + unsigned core_reg_size, + int which, CORE_ADDR reg_addr) { gdb_gregset_t gregset; @@ -86,7 +88,8 @@ fetch_core_registers (struct regcache *regcache, { memcpy (&fpregset, core_reg_sect, sizeof (fpregset)); if (gdbarch_fp0_regnum (get_regcache_arch (regcache)) >= 0) - supply_fpregset (regcache, (const gdb_fpregset_t *) fpregset_p); + supply_fpregset (regcache, + (const gdb_fpregset_t *) fpregset_p); } break; -- cgit v1.2.1