*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / amd64-nat.h
index edf6df8de876929adfa1bbab673c75e959dee4a4..f6b5fb0013f81d2cd41d051ced059c99e910ecd9 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for AMD64.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,8 +16,8 @@
 
    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
@@ -50,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.038559 seconds and 4 git commands to generate.