Support for DWARF5 location lists entries
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index e4a565df0507f555e3a4155bd73a23c034fde0e8..9373dc848d419de92f659ea0228cd646b04355f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the VAX.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -507,8 +507,9 @@ vax_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   return (gdbarch);
 }
 
+void _initialize_vax_tdep ();
 void
-_initialize_vax_tdep (void)
+_initialize_vax_tdep ()
 {
   gdbarch_register (bfd_arch_vax, vax_gdbarch_init, NULL);
 }
This page took 0.035139 seconds and 4 git commands to generate.