opcodes: bfin: simplify field width processing and fix build warnings
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index 93a6aae2f98de6f72f84b914d63dbb50fe5da3a4..4f2cda678a727a29739ab9334f6792444ca83b1b 100644 (file)
@@ -299,7 +299,7 @@ darwin_current_sos (void)
 /* Return 1 if PC lies in the dynamic symbol resolution code of the
    run time loader.  */
 
-int
+static int
 darwin_in_dynsym_resolve_code (CORE_ADDR pc)
 {
   return 0;
@@ -487,6 +487,9 @@ darwin_bfd_open (char *pathname)
 
 struct target_so_ops darwin_so_ops;
 
+/* -Wmissing-prototypes */
+extern initialize_file_ftype _initialize_darwin_solib;
+
 void
 _initialize_darwin_solib (void)
 {
This page took 0.023584 seconds and 4 git commands to generate.