ld-dynamic test fixes
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index 3fa6fb1e6cb1bab82fcc87203d73f9f9065dea77..654e06e3e4bf319206787f86685817b173e7fcfe 100644 (file)
@@ -1,6 +1,6 @@
 /* IBM RS/6000 native-dependent code for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -668,8 +668,9 @@ rs6000_nat_target::xfer_shared_libraries
     }
 }
 
+void _initialize_rs6000_nat ();
 void
-_initialize_rs6000_nat (void)
+_initialize_rs6000_nat ()
 {
   add_inf_child_target (&the_rs6000_nat_target);
 }
This page took 0.046849 seconds and 4 git commands to generate.