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 cef374ac6444c89cb76748d873a1fb9bec8bfce8..74b5d8f8da19217a732c59ae1e75c14252525bfe 100644 (file)
@@ -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>.
index a22b82bb1b5ac38b19a9e2e435e4548954c123ba..107b4f8fb0f741aaf0b784b62e3bf844780cdb49 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 ab671efe7a9d00ade7033f8a732d6b33672e8d96..3b2ed318215b76134953284ee7c5679a3247cd5f 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"
 
This page took 0.031713 seconds and 4 git commands to generate.