gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / i386-sol2-nat.c
index b9c37d47243c868f3c846f3c0144f0b238b98873..f54b3b109e8d910fec445b543b2ed2674dbcbf94 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for Solaris x86.
 
-   Copyright (C) 1988-2018 Free Software Foundation, Inc.
+   Copyright (C) 1988-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -241,8 +241,9 @@ fill_fpregset (const struct regcache *regcache,
 
 #endif
 
+void _initialize_amd64_sol2_nat ();
 void
-_initialize_amd64_sol2_nat (void)
+_initialize_amd64_sol2_nat ()
 {
 #if PR_MODEL_NATIVE == PR_MODEL_LP64
   amd64_native_gregset32_reg_offset = amd64_sol2_gregset32_reg_offset;
This page took 0.024806 seconds and 4 git commands to generate.