gas/
[deliverable/binutils-gdb.git] / bfd / cpu-w65.c
index 0200d704c8227bfefbad85b1082b68566c6cb62d..8b0618ba862a0f049d1272653033547cbd84a490 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the WDC 65816 architecture.
-   Copyright 1995, 1999, 2000, 2001, 2002, 2005, 2007
+   Copyright 1995, 1999, 2000, 2001, 2002, 2005, 2007, 2012
    Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Cygnus Support.
 
 #include "bfd.h"
 #include "libbfd.h"
 
-static bfd_boolean scan_mach
-  PARAMS ((const struct bfd_arch_info *, const char *));
-
 static bfd_boolean
-scan_mach (info, string)
-     const struct bfd_arch_info *info ATTRIBUTE_UNUSED;
-     const char *string;
+scan_mach (const struct bfd_arch_info *info ATTRIBUTE_UNUSED,
+          const char *string)
 {
   if (strcmp(string,"w65") == 0)
     return TRUE;
This page took 0.022905 seconds and 4 git commands to generate.