Index: i386nbsd-nat.c =================================================================== RCS file: /cvs/src/src/gdb/i386nbsd-nat.c,v retrieving revision 1.8 diff -c -r1.8 i386nbsd-nat.c *** i386nbsd-nat.c 2001/05/04 04:15:25 1.8 --- i386nbsd-nat.c 2002/01/04 22:05:20 *************** *** 1,5 **** /* Native-dependent code for NetBSD/i386, for GDB. ! Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. --- 1,5 ---- /* Native-dependent code for NetBSD/i386, for GDB. ! Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. *************** *** 27,32 **** --- 27,35 ---- #include "inferior.h" #include "gdbcore.h" /* for registers_fetched() */ #include "regcache.h" + + /* Defines for XMM0_REGNUM etc. */ + #include "i386-tdep.h" #define RF(dst, src) \ memcpy(®isters[REGISTER_BYTE(dst)], &src, sizeof(src))