* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,

config/mh-vaxbsd, configure.in:  Split up config stuff for Vaxen
into BSD and Ultrix.
This commit is contained in:
Stu Grossman
1992-02-01 12:46:55 +00:00
parent 96499e9638
commit 9e8bf29afd
6 changed files with 39 additions and 9 deletions

7
gdb/xm-vaxbsd.h Normal file
View File

@@ -0,0 +1,7 @@
/* 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"