import gdb-1999-05-25 snapshot
[deliverable/binutils-gdb.git] / gdb / gdbarch.c
index 87d19069e4e7991dd00c951c1355878e52aca510..fa92a660a041497a1dcbe7114ebd6b9a7da2653f 100644 (file)
@@ -197,7 +197,7 @@ int (*target_architecture_hook) PARAMS ((const struct bfd_arch_info *ap));
 
 /* Do the real work of changing the current architecture */
 
-static int arch_valid PARAMS ((const struct bfd_arch_info *arch));
+static int arch_ok PARAMS ((const struct bfd_arch_info *arch));
 static int
 arch_ok (arch)
      const struct bfd_arch_info *arch;
@@ -211,6 +211,7 @@ arch_ok (arch)
 
 enum set_arch { set_arch_auto, set_arch_manual };
 
+static void set_arch PARAMS ((const struct bfd_arch_info *arch, enum set_arch type));
 static void
 set_arch (arch, type)
      const struct bfd_arch_info *arch;
This page took 0.023992 seconds and 4 git commands to generate.