From c38333241fd3d628a0e3565f5b5628058964074e Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 27 Dec 2001 19:52:31 +0000 Subject: [PATCH] 2001-12-27 Michael Snyder * i386-linux-nat.c: Include i386-tdep.h. --- gdb/ChangeLog | 2 ++ gdb/i386-linux-nat.c | 3 +++ 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51a25017ee3..3e62dca22bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-12-27 Michael Snyder + * i386-linux-nat.c: Include i386-tdep.h. + * maint.c (match_substring): GNU coding standards fixes. (print_bfd_section_info): Ditto. (print_objfile_section_info): Ditto. diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index e91c8fc4dfc..1b8ea4aee18 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -58,6 +58,9 @@ /* Prototypes for i387_supply_fsave etc. */ #include "i387-nat.h" +/* Defines for XMM0_REGNUM etc. */ +#include "i386-tdep.h" + /* Prototypes for local functions. */ static void dummy_sse_values (void); -- 2.30.2