* i386nbsd-nat.c: Update copyright years.
authorJason Thorpe <thorpej@netbsd.org>
Fri, 4 Jan 2002 22:43:31 +0000 (22:43 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Fri, 4 Jan 2002 22:43:31 +0000 (22:43 +0000)
Include i386-tdep.h.

gdb/ChangeLog
gdb/i386nbsd-nat.c

index 61e9a248f6887a57a2b373190c0873bb5460a5e1..6f0e5d9b35e9a0c2415f9fc37682d10f2446ce62 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * i386nbsd-nat.c: Update copyright years.
+       Include i386-tdep.h.
+
 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
 
        * stabsread.c: Update copyright years.
index d8537fad6bff2940098ef85c68390937ea2743cb..a3d5d6344db436368d65f05018440fdb74f6fc26 100644 (file)
@@ -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))