Fix whitespace.
[deliverable/binutils-gdb.git] / gdb / armbsd-tdep.c
index 6fb6a737b13f410b0f284b8b5d8fbdbda1b1baec..a893a67f6eb1c03a847c8dba69ad669c9ee6fa9c 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for ARM BSD's.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -35,7 +35,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.026516 seconds and 4 git commands to generate.