X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Famd64-nat.h;h=1c8ebf0e5a84e860f38fcbaaaa1b804c26df2ac7;hb=c76d61da4a65eaadca861bf6c77d579a5cc3f422;hp=ace31b66ef334fccc9c1583c28c689721ab943e9;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=binutils-gdb.git diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index ace31b66ef3..1c8ebf0e5a8 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of GDB. @@ -49,9 +49,4 @@ extern void amd64_supply_native_gregset (struct regcache *regcache, extern void amd64_collect_native_gregset (const struct regcache *regcache, void *gregs, int regnum); -/* Create a prototype *BSD/amd64 target. The client can override it - with local methods. */ - -extern struct target_ops *amd64bsd_target (void); - #endif /* amd64-nat.h */