From: David O'Brien Date: Fri, 28 Jun 2002 18:46:05 +0000 (+0000) Subject: 2002-06-28 David O'Brien X-Git-Tag: gdb_5_2_1-2002-07-23-release~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0921526b8feeaca92c0c1a418e6e7a57499c9b15;p=thirdparty%2Fbinutils-gdb.git 2002-06-28 David O'Brien Merge from mainline: * config/i386/nm-fbsd.h: Include . * config/i386/tm-fbsd.h: Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5bc9ff712a3..11f1ff8a4fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-06-28 David O'Brien + + Merge from mainline: + * config/i386/nm-fbsd.h: Include . + * config/i386/tm-fbsd.h: Likewise. + 2002-06-22 Andrew Cagney * NEWS: Mention below. diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h index 939b880817b..a06ce955d6c 100644 --- a/gdb/config/i386/nm-fbsd.h +++ b/gdb/config/i386/nm-fbsd.h @@ -28,6 +28,10 @@ #include "i386/nm-i386.h" +#ifdef HAVE_SYS_PARAM_H +#include +#endif + /* Provide access to the i386 hardware debugging registers. */ #define I386_DR_LOW_SET_CONTROL(control) \ diff --git a/gdb/config/i386/tm-fbsd.h b/gdb/config/i386/tm-fbsd.h index 61f5de57f4a..5c819ce5250 100644 --- a/gdb/config/i386/tm-fbsd.h +++ b/gdb/config/i386/tm-fbsd.h @@ -24,6 +24,10 @@ #define HAVE_I387_REGS #include "i386/tm-i386.h" +#ifdef HAVE_SYS_PARAM_H +#include +#endif + /* FreeBSD/ELF uses stabs-in-ELF with the DWARF register numbering scheme by default, so we must redefine STAB_REG_TO_REGNUM. This messes up the floating-point registers for a.out, but there is not