X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmips-fbsd-nat.c;h=4a29ee1cb563f8f3ad4bb665208044f92cf65740;hb=e286671bf99ab870d67431068e863c1c57631b1f;hp=6ed20cedd53f0bbdcafd8c8b681e7f4d7c054e80;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mips-fbsd-nat.c b/gdb/mips-fbsd-nat.c index 6ed20cedd5..4a29ee1cb5 100644 --- a/gdb/mips-fbsd-nat.c +++ b/gdb/mips-fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/mips. - Copyright (C) 2017-2019 Free Software Foundation, Inc. + Copyright (C) 2017-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -126,8 +126,9 @@ mips_fbsd_nat_target::store_registers (struct regcache *regcache, int regnum) } } +void _initialize_mips_fbsd_nat (); void -_initialize_mips_fbsd_nat (void) +_initialize_mips_fbsd_nat () { add_inf_child_target (&the_mips_fbsd_nat_target); }