aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386nbsd-nat.c
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-01-04 22:43:31 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-01-04 22:43:31 +0000
commit3549ab40a574684f73e09712952f45ff504099f5 (patch)
tree0f0b3eb185d9d5c6e02c7ebd3dd159e5f368109a /gdb/i386nbsd-nat.c
parent596bfd105ba4fea98d97a4870716786544ae1ce8 (diff)
downloadfsf-binutils-gdb-3549ab40a574684f73e09712952f45ff504099f5.zip
fsf-binutils-gdb-3549ab40a574684f73e09712952f45ff504099f5.tar.gz
fsf-binutils-gdb-3549ab40a574684f73e09712952f45ff504099f5.tar.bz2
* i386nbsd-nat.c: Update copyright years.
Include i386-tdep.h.
Diffstat (limited to 'gdb/i386nbsd-nat.c')
-rw-r--r--gdb/i386nbsd-nat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/i386nbsd-nat.c b/gdb/i386nbsd-nat.c
index d8537fa..a3d5d63 100644
--- a/gdb/i386nbsd-nat.c
+++ b/gdb/i386nbsd-nat.c
@@ -1,5 +1,5 @@
/* Native-dependent code for NetBSD/i386, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001
+ Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GDB.
@@ -28,6 +28,9 @@
#include "gdbcore.h" /* for registers_fetched() */
#include "regcache.h"
+/* Defines for XMM0_REGNUM etc. */
+#include "i386-tdep.h"
+
#define RF(dst, src) \
memcpy(&registers[REGISTER_BYTE(dst)], &src, sizeof(src))