X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fm68k-linux-nat.c;h=5e9170d9de72d3c63df9dceca34967f6ce17ba06;hb=6d8a0a5e90936d4bea9bf1ce9b4e1c22d9aaccae;hp=959dbf44760b2e287a4564965322b26fe4d05528;hpb=a7cdaa914f4b937544d8f102679bb5129bb1ef08;p=binutils-gdb.git diff --git a/gdb/m68k-linux-nat.c b/gdb/m68k-linux-nat.c index 959dbf44760..5e9170d9de7 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-2019 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -511,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;