diff options
author | Stu Grossman <grossman@cygnus> | 1992-02-01 12:46:55 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-02-01 12:46:55 +0000 |
commit | 9e8bf29afd779c353af4b8e10e20d5f6b82ce49f (patch) | |
tree | 6eaf0237b2b4703d790e274e40783ed43c132e6c /gdb/xm-vax.h | |
parent | 96499e9638305ae678bc1ed4c53cc0acc1df648d (diff) | |
download | gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.zip gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.gz gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/xm-vax.h')
-rw-r--r-- | gdb/xm-vax.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/xm-vax.h b/gdb/xm-vax.h index ceb59ab..778602a 100644 --- a/gdb/xm-vax.h +++ b/gdb/xm-vax.h @@ -1,4 +1,4 @@ -/* Definitions to make GDB run on a vax under 4.2bsd. +/* Common definitions to make GDB run on Vaxen under 4.2bsd and Ultrix. Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc. This file is part of GDB. @@ -17,13 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef ultrix /* FIXME */ -/* 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> -#endif /* ultrix */ - #define HOST_BYTE_ORDER LITTLE_ENDIAN /* Get rid of any system-imposed stack limit if possible. */ |