gdb: Convert language la_is_string_type_p field to a method
[deliverable/binutils-gdb.git] / gdb / csky-linux-tdep.c
index afe6bba431a4f7339f0d35626a1695f61c22ea1b..fb431020446349469481fa0e4e56a1bedd329613 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on CSKY.
 
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    Contributed by C-SKY Microsystems and Mentor Graphics.
 
@@ -255,8 +255,9 @@ csky_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
                                &csky_linux_rt_sigreturn_tramp_frame);
 }
 
+void _initialize_csky_linux_tdep ();
 void
-_initialize_csky_linux_tdep (void)
+_initialize_csky_linux_tdep ()
 {
   gdbarch_register_osabi (bfd_arch_csky, 0, GDB_OSABI_LINUX,
                          csky_linux_init_abi);
This page took 0.024375 seconds and 4 git commands to generate.