X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Famd64-nat.h;h=39563144167b394f353aaff00fef6b43e86bf5d2;hb=2f4fcf00399bc0ad5a4fed6b530128e8be4f40da;hp=58d37cd95f579d747b967d5279de02843a20e376;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index 58d37cd95f..3956314416 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-2020 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 */