ld/testsuite/
[deliverable/binutils-gdb.git] / gdb / addrmap.c
index 68832e97f6caf3d4917e732bef0e8c9398df96e1..4b119f5d002fc2d447db16c3553f216d7994eb9d 100644 (file)
@@ -1,6 +1,6 @@
 /* addrmap.c --- implementation of address map data structure.
 
-   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -533,6 +533,9 @@ addrmap_create_mutable (struct obstack *obstack)
 \f
 /* Initialization.  */
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_addrmap;
+
 void
 _initialize_addrmap (void)
 {
This page took 0.026026 seconds and 4 git commands to generate.