X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fmips64-obsd-nat.c;h=3661fff097a004f670b134fb395588824730e429;hb=1ee1a363454d88a87ad2ade7530b2a7fb670021e;hp=44d262b6a863b37825cbdac8f3be5414925a71d5;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mips64-obsd-nat.c b/gdb/mips64-obsd-nat.c index 44d262b6a8..3661fff097 100644 --- a/gdb/mips64-obsd-nat.c +++ b/gdb/mips64-obsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/mips64. - Copyright (C) 2004-2019 Free Software Foundation, Inc. + Copyright (C) 2004-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -115,8 +115,9 @@ mips64_obsd_nat_target::store_registers (struct regcache *regcache, int regnum) perror_with_name (_("Couldn't write registers")); } +void _initialize_mips64obsd_nat (); void -_initialize_mips64obsd_nat (void) +_initialize_mips64obsd_nat () { add_inf_child_target (&the_mips64_obsd_nat_target); }