2011-02-28 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / armbsd-tdep.c
index 7baf69fa9239506e8c28fa25f9ded90f0c0baceb..dfc1b64bedf23509fa4451502f4ea6e0a3c0b4b5 100644 (file)
@@ -1,6 +1,7 @@
 /* Target-dependent code for ARM BSD's.
 
-   Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -35,7 +36,7 @@
 /* Sizeof `struct fpreg' in <machine/reg.h.  */
 #define ARMBSD_SIZEOF_FPREGS   ((1 + (8 * 3)) * 4)
 
-int
+static int
 armbsd_fpreg_offset (int regnum)
 {
   if (regnum == ARM_FPS_REGNUM)
This page took 0.023208 seconds and 4 git commands to generate.