X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fm68k-linux-nat.c;h=5e9170d9de72d3c63df9dceca34967f6ce17ba06;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=d66a630e7f51b25d862bffd2eabc9e449b188077;hpb=34a79281e4bd5d1a7f1d22a5a5be1ac2db56a3fc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m68k-linux-nat.c b/gdb/m68k-linux-nat.c index d66a630e7f..5e9170d9de 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -1,6 +1,6 @@ /* Motorola m68k native support for GNU/Linux. - Copyright (C) 1996-2018 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -25,6 +25,7 @@ #include "regcache.h" #include "target.h" #include "linux-nat.h" +#include "gdbarch.h" #include "m68k-tdep.h" @@ -510,8 +511,9 @@ ps_get_thread_area (struct ps_prochandle *ph, return PS_OK; } +void _initialize_m68k_linux_nat (); void -_initialize_m68k_linux_nat (void) +_initialize_m68k_linux_nat () { /* Register the target. */ linux_target = &the_m68k_linux_nat_target;