X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fs390-linux-nat.c;h=9ec806f5b591e98a2042e6de2761a7da63928ef5;hb=3cabfd268b2d2301a8bfcfa124c162a1d45cfc68;hp=e77f4ac14d474e37879a1f3332af92bf34c4dca9;hpb=d72a9b85651c872378f6dd732cb578f6f055a9b3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c index e77f4ac14d..9ec806f5b5 100644 --- a/gdb/s390-linux-nat.c +++ b/gdb/s390-linux-nat.c @@ -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;