This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix DJGPP native compilation



go32-nat.c uses FP_REGNUM_P macros
which are defined in i386-tdep.h header.
But this header was not included.

Committed under obvious rule.


2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>

        * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.



Index: go32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/go32-nat.c,v
retrieving revision 1.28
diff -r1.28 go32-nat.c
32a33
 > #include "i386-tdep.h"



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]