Move DWARF code to dwarf2/ subdirectory
[deliverable/binutils-gdb.git] / gdb / gdb_bfd.c
index 2a070d7b929f2ce5fa4457a194e30fba2f432f19..5a6dee2d51a8eb861768bc4aaf0b3b1a36bbc69a 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for BFD wrappers used by GDB.
 
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -962,8 +962,9 @@ maintenance_info_bfds (const char *arg, int from_tty)
   htab_traverse (all_bfds, print_one_bfd, uiout);
 }
 
+void _initialize_gdb_bfd ();
 void
-_initialize_gdb_bfd (void)
+_initialize_gdb_bfd ()
 {
   all_bfds = htab_create_alloc (10, htab_hash_pointer, htab_eq_pointer,
                                NULL, xcalloc, xfree);
This page took 0.032776 seconds and 4 git commands to generate.