2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / mips-linux-tdep.h
index 8fcf9c3cc3c72f00c43de4940c9508e156a2550d..fcf7983154aab86318949948acd5dbd2b28156a7 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on MIPS processors.
 
-   Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright 2006-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -87,9 +87,12 @@ typedef mips64_elf_fpreg_t mips64_elf_fpregset_t[MIPS64_ELF_NFPREG];
 #define MIPS64_EF_SIZE                 304
 
 void mips64_supply_gregset (struct regcache *, const mips64_elf_gregset_t *);
-void mips64_fill_gregset (const struct regcache *, mips64_elf_gregset_t *, int);
-void mips64_supply_fpregset (struct regcache *, const mips64_elf_fpregset_t *);
-void mips64_fill_fpregset (const struct regcache *, mips64_elf_fpregset_t *, int);
+void mips64_fill_gregset (const struct regcache *,
+                         mips64_elf_gregset_t *, int);
+void mips64_supply_fpregset (struct regcache *,
+                            const mips64_elf_fpregset_t *);
+void mips64_fill_fpregset (const struct regcache *,
+                          mips64_elf_fpregset_t *, int);
 
 enum {
   /* The Linux kernel stores an error code from any interrupted
This page took 0.026846 seconds and 4 git commands to generate.