From 657761be2ac88f60c868259262adbb04c6905ac0 Mon Sep 17 00:00:00 2001 From: muller Date: Tue, 19 Feb 2002 10:54:26 +0000 Subject: [PATCH] * fix compilation failure by adding #include "i386-tdep.h" --- gdb/ChangeLog | 4 ++++ gdb/go32-nat.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c78e68138..01bea4b62c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-02-18 Pierre Muller + * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro. + +2002-02-18 Pierre Muller + * win32-nat.c (display_selector): New function. Displays information about the information returned by GetThreadSelectorEntry API function. (display_selectors): New function. Displays the infomation of diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 307956bd6a..281280dc74 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -30,6 +30,7 @@ #include "floatformat.h" #include "buildsym.h" #include "i387-nat.h" +#include "i386-tdep.h" #include "value.h" #include "regcache.h" #include "gdb_string.h" -- 2.11.0