From 3549ab40a574684f73e09712952f45ff504099f5 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Fri, 4 Jan 2002 22:43:31 +0000 Subject: [PATCH] * i386nbsd-nat.c: Update copyright years. Include i386-tdep.h. --- gdb/ChangeLog | 5 +++++ gdb/i386nbsd-nat.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61e9a248f68..6f0e5d9b35e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-01-04 Jason Thorpe + + * i386nbsd-nat.c: Update copyright years. + Include i386-tdep.h. + 2002-01-04 Elena Zannoni * stabsread.c: Update copyright years. diff --git a/gdb/i386nbsd-nat.c b/gdb/i386nbsd-nat.c index d8537fad6bf..a3d5d6344db 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(®isters[REGISTER_BYTE(dst)], &src, sizeof(src)) -- 2.30.2