mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* i386nbsd-nat.c: Update copyright years.
Include i386-tdep.h.
This commit is contained in:
parent
596bfd105b
commit
3549ab40a5
@ -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.
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user