]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-06-28 David O'Brien <obrien@FreeBSD.org>
authorDavid O'Brien <obrien@FreeBSD.org>
Fri, 28 Jun 2002 18:46:05 +0000 (18:46 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Fri, 28 Jun 2002 18:46:05 +0000 (18:46 +0000)
Merge from mainline:
* config/i386/nm-fbsd.h: Include <sys/param.h>.
* config/i386/tm-fbsd.h: Likewise.

gdb/ChangeLog
gdb/config/i386/nm-fbsd.h
gdb/config/i386/tm-fbsd.h

index 5bc9ff712a38d096ad664e1c2a943f8cf2aa4e59..11f1ff8a4fa78ee247a408021f72bd134aef407c 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-28  David O'Brien  <obrien@FreeBSD.org>
+
+       Merge from mainline:
+       * config/i386/nm-fbsd.h: Include <sys/param.h>.
+       * config/i386/tm-fbsd.h: Likewise.
+
 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
 
        * NEWS: Mention below.
index 939b880817be4ede1ef2351d8a8ae17ddf31291c..a06ce955d6c7fe512aa8f6272f082d669a3a1d14 100644 (file)
 
 #include "i386/nm-i386.h"
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
 /* Provide access to the i386 hardware debugging registers.  */
 
 #define I386_DR_LOW_SET_CONTROL(control) \
index 61f5de57f4a78c3ab7b66d4d147dc5cb5a5312e2..5c819ce5250dfae1bdd0bbc7879f5ea4e9554f28 100644 (file)
 #define HAVE_I387_REGS
 #include "i386/tm-i386.h"
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#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