aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/go32-nat.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9c78e68..01bea4b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
+ * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
+
+2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
+
* 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 307956b..281280d 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"