old-cross-binutils/gdb/xm-vaxbsd.h
John Gilmore fef84cc41a * partial-stab.h ('f', 'F'): Don't reference pst->textlow if pst
is null.
* tm-sun4sol2.h (PROLOGUE_FIRSTLINE_OVERLAP):  Remove -- it
causes problems in setting breakpoint in the right place in
functions with `float' args which are passed as doubles.
* xm-vaxbsd.h (MEM_FNS_DECLARED):  Avoid erroneous redecl's.
* config/rs6000.mh (NATDEPFILES):  Add corelow.o.
1992-10-22 11:23:54 +00:00

10 lines
342 B
C

/* Definitions to make GDB run on a vax under 4.2bsd. */
/* We have to include these files now, so that GDB will not make
competing definitions in defs.h. */
#include <machine/endian.h>
#include <machine/limits.h>
#include "xm-vax.h"
/* In non-ANSI compiles, memcpy and memset are still void *, not char *. */
#define MEM_FNS_DECLARED