2002-12-06 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / dpx2-nat.c
index d039a1375525a4b39e5b8e50a4c9f600e9f82122..04018db8552d845a96b93916ed8b1c1dcf73ff0d 100644 (file)
@@ -1,5 +1,6 @@
 /* DPX2 host interface.
-   Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1988, 1989, 1991, 1993, 1995, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,9 +48,7 @@ static int regmap[] =
  */
 
 int
-dpx2_register_u_addr (blockend, regnum)
-     int blockend;
-     int regnum;
+dpx2_register_u_addr (int blockend, int regnum)
 {
   if (regnum < FP0_REGNUM)
     return (blockend + 4 * regmap[regnum]);
@@ -73,7 +72,7 @@ dpx2_register_u_addr (blockend, regnum)
 CORE_ADDR kernel_u_addr;
 
 void
-_initialize_dpx2_nat ()
+_initialize_dpx2_nat (void)
 {
   struct utsname uts;
 
This page took 0.034919 seconds and 4 git commands to generate.