mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
2002-06-28 David O'Brien <obrien@FreeBSD.org>
* config/i386/nm-fbsd.h: Include <sys/param.h>. * config/i386/tm-fbsd.h: Likewise.
This commit is contained in:
parent
dd4866343a
commit
b9644b5802
@ -1,3 +1,8 @@
|
||||
2002-06-28 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* config/i386/nm-fbsd.h: Include <sys/param.h>.
|
||||
* config/i386/tm-fbsd.h: Likewise.
|
||||
|
||||
2002-06-28 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): Use
|
||||
|
@ -28,6 +28,10 @@
|
||||
|
||||
#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) \
|
||||
|
@ -23,6 +23,10 @@
|
||||
|
||||
#include "i386/tm-i386.h"
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
/* These defines allow the recognition of sigtramps as a function name
|
||||
<sigtramp>.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user