Include "x86-xstate.h" for X86_XSTATE_* constants.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 5 Sep 2017 02:31:33 +0000 (19:31 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 5 Sep 2017 02:31:33 +0000 (19:31 -0700)
gdb/ChangeLog:

* amd64-fbsd-nat.c: Add include of "x86-xstate.h".
* i386-fbsd-nat.c: Likewise.

gdb/ChangeLog
gdb/amd64-fbsd-nat.c
gdb/i386-fbsd-nat.c

index cef374a..74b5d8f 100644 (file)
@@ -1,5 +1,10 @@
 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>.
 
 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
index a22b82b..107b4f8 100644 (file)
@@ -34,6 +34,7 @@
 #include "amd64-nat.h"
 #include "x86-bsd-nat.h"
 #include "x86-nat.h"
+#include "x86-xstate.h"
 \f
 
 /* Offset in `struct reg' where MEMBER is stored.  */
index ab671ef..3b2ed31 100644 (file)
@@ -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"