public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add include of gdbarch.h.
@ 2019-07-16  0:22 John Baldwin
  0 siblings, 0 replies; only message in thread
From: John Baldwin @ 2019-07-16  0:22 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cbde90f25ec66b359c90514a50bbf25d122bb7e3

commit cbde90f25ec66b359c90514a50bbf25d122bb7e3
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Mon Jul 15 17:21:36 2019 -0700

    Add include of gdbarch.h.
    
    gdb/ChangeLog:
    
    	* fbsd-nat.c: Include gdbarch.h.

Diff:
---
 gdb/ChangeLog  | 4 ++++
 gdb/fbsd-nat.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bb2e8d1..5e086ca 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-16  John Baldwin  <jhb@FreeBSD.org>
+
+	* fbsd-nat.c: Include gdbarch.h.
+
 2019-07-15  Tom Tromey  <tromey@adacore.com>
 
 	* mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c
index b5be0b7..5f121fc 100644
--- a/gdb/fbsd-nat.c
+++ b/gdb/fbsd-nat.c
@@ -23,6 +23,7 @@
 #include "inferior.h"
 #include "regcache.h"
 #include "regset.h"
+#include "gdbarch.h"
 #include "gdbcmd.h"
 #include "gdbthread.h"
 #include "gdbsupport/gdb_wait.h"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-16  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-16  0:22 [binutils-gdb] Add include of gdbarch.h John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).