mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
fef84cc41a
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.
11 lines
342 B
C
11 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
|