summaryrefslogtreecommitdiff
path: root/gdb/ppc-obsd-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-30 11:29:17 -0600
committerTom Tromey <tom@tromey.com>2019-03-30 11:36:53 -0600
commit268f4c4cd7b229f7f23ebbf6006973ebe0a05888 (patch)
treec97516c90aa5bf6ccb54c494c275339d42dc03aa /gdb/ppc-obsd-tdep.c
parentae2b14c73cd42b067e9687219155ed044210f0c1 (diff)
downloadbinutils-gdb-268f4c4cd7b229f7f23ebbf6006973ebe0a05888.tar.gz
Diffstat (limited to 'gdb/ppc-obsd-tdep.c')
-rw-r--r--gdb/ppc-obsd-tdep.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/ppc-obsd-tdep.c b/gdb/ppc-obsd-tdep.c
index e404e8c9a59..8d8b715040d 100644
--- a/gdb/ppc-obsd-tdep.c
+++ b/gdb/ppc-obsd-tdep.c
@@ -18,20 +18,21 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+#include "ppc-obsd-tdep.h"
+
+/* Local includes. */
#include "arch-utils.h"
-#include "frame.h"
#include "frame-unwind.h"
+#include "frame.h"
#include "gdbtypes.h"
#include "osabi.h"
+#include "ppc-tdep.h"
#include "regcache.h"
#include "regset.h"
+#include "solib-svr4.h"
#include "symtab.h"
#include "trad-frame.h"
-#include "ppc-tdep.h"
-#include "ppc-obsd-tdep.h"
-#include "solib-svr4.h"
-
/* Register offsets from <machine/reg.h>. */
struct ppc_reg_offsets ppcobsd_reg_offsets;
struct ppc_reg_offsets ppcobsd_fpreg_offsets;