diff options
Diffstat (limited to 'gdb/config/vax/xm-vaxbsd.h')
-rw-r--r-- | gdb/config/vax/xm-vaxbsd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/config/vax/xm-vaxbsd.h b/gdb/config/vax/xm-vaxbsd.h new file mode 100644 index 0000000..485cbfd --- /dev/null +++ b/gdb/config/vax/xm-vaxbsd.h @@ -0,0 +1,10 @@ +/* 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 "vax/xm-vax.h" + +/* In non-ANSI compiles, memcpy and memset are still void *, not char *. */ +#define MEM_FNS_DECLARED |