Use gdb_bfd_sections in get_stap_base_address
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index e77f4ac14d474e37879a1f3332af92bf34c4dca9..9ec806f5b591e98a2042e6de2761a7da63928ef5 100644 (file)
@@ -1,5 +1,5 @@
 /* S390 native-dependent code for GDB, the GNU debugger.
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
    Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
    for IBM Deutschland Entwicklung GmbH, IBM Corporation.
@@ -1045,8 +1045,9 @@ s390_linux_nat_target::read_description ()
          tdesc_s390_linux32);
 }
 
+void _initialize_s390_nat ();
 void
-_initialize_s390_nat (void)
+_initialize_s390_nat ()
 {
   /* Register the target.  */
   linux_target = &the_s390_linux_nat_target;
This page took 0.035321 seconds and 4 git commands to generate.