X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Famd64-nat.h;h=39563144167b394f353aaff00fef6b43e86bf5d2;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=d1f91992d10ebcfd455dbc2cffd5db93b8b911fe;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index d1f91992d1..3956314416 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,7 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -50,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 */