mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-20 15:03:31 +08:00
Include "x86-xstate.h" for X86_XSTATE_* constants.
gdb/ChangeLog: * amd64-fbsd-nat.c: Add include of "x86-xstate.h". * i386-fbsd-nat.c: Likewise.
This commit is contained in:
parent
0097251b8a
commit
26562e73d8
@ -1,3 +1,8 @@
|
||||
2017-09-04 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* amd64-fbsd-nat.c: Add include of "x86-xstate.h".
|
||||
* i386-fbsd-nat.c: Likewise.
|
||||
|
||||
2017-09-04 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* unittests/array-view-selftests.c: Add include of <array>.
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "amd64-nat.h"
|
||||
#include "x86-bsd-nat.h"
|
||||
#include "x86-nat.h"
|
||||
#include "x86-xstate.h"
|
||||
|
||||
|
||||
/* Offset in `struct reg' where MEMBER is stored. */
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "fbsd-nat.h"
|
||||
#include "i386-tdep.h"
|
||||
#include "x86-nat.h"
|
||||
#include "x86-xstate.h"
|
||||
#include "x86-bsd-nat.h"
|
||||
#include "i386-bsd-nat.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user