Remove AT_SYMBOL
[deliverable/binutils-gdb.git] / gdb / mingw-hdep.c
index 1a1d1df7e1edfbc9b658757146597fe4f8eb8dd7..ed06c5661f55921648e45baacfe72321522b7b38 100644 (file)
@@ -1,7 +1,6 @@
 /* Host support routines for MinGW, for GDB, the GNU debugger.
 
-   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2006-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -252,6 +251,9 @@ gdb_call_async_signal_handler (struct async_signal_handler *handler,
   SetEvent (sigint_event);
 }
 
+/* -Wmissing-prototypes */
+extern initialize_file_ftype _initialize_mingw_hdep;
+
 void
 _initialize_mingw_hdep (void)
 {
This page took 0.022692 seconds and 4 git commands to generate.