Add AVX512 registers support to GDB and GDBserver.
[deliverable/binutils-gdb.git] / gdb / alphabsd-tdep.c
index c9187c2a86fe550162d02590374e296fa816aa5d..3bbb55da253ccf59a39b9e0c1aa9d589bbbcca75 100644 (file)
@@ -1,7 +1,6 @@
 /* Common target dependent code Alpha BSD's.
 
-   Copyright (C) 2000, 2001, 2002, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -42,7 +41,8 @@ alphabsd_fill_reg (const struct regcache *regcache, char *regs, int regno)
 }
 
 void
-alphabsd_supply_fpreg (struct regcache *regcache, const char *fpregs, int regno)
+alphabsd_supply_fpreg (struct regcache *regcache,
+                      const char *fpregs, int regno)
 {
   /* FPCR is at slot 33; slot 32 unused.  */
   alpha_supply_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8);
This page took 0.026065 seconds and 4 git commands to generate.