* i386nbsd-nat.c: Update copyright years.

Include i386-tdep.h.
This commit is contained in:
Jason Thorpe 2002-01-04 22:43:31 +00:00
parent 596bfd105b
commit 3549ab40a5
2 changed files with 9 additions and 1 deletions

View 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.

View 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))