2007-08-17 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / amd64-nat.h
index e2c9379f9440a4c8497dd858359ff22e0d93c381..09a2bbf4c7cbb1568ca2ee31950d0d14db081251 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for AMD64.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef AMD64_NAT_H
 #define AMD64_NAT_H 1
 
+struct regcache;
+
 /* General-purpose register set description for native 32-bit code.  */
 extern int *amd64_native_gregset32_reg_offset;
 extern int amd64_native_gregset32_num_regs;
@@ -48,4 +50,9 @@ 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 */
This page took 0.023438 seconds and 4 git commands to generate.