aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-tahoe.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 19:30:03 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 19:30:03 +0000
commit1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483 (patch)
treee13465b3ccb86341ee3ce38c5d08d97271cacc4d /gdb/xm-tahoe.h
parentf8adc62df477edf69a97e91aa53ebefdb9a76dae (diff)
downloadgdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.zip
gdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.tar.gz
gdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.tar.bz2
CLeanups to compile, mostly on BSD (okeeffe) and sco (kithrup).
Diffstat (limited to 'gdb/xm-tahoe.h')
-rw-r--r--gdb/xm-tahoe.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/gdb/xm-tahoe.h b/gdb/xm-tahoe.h
index d18d683..a28d69a 100644
--- a/gdb/xm-tahoe.h
+++ b/gdb/xm-tahoe.h
@@ -1,5 +1,7 @@
/* Definitions to make GDB hosted on a tahoe running 4.3-Reno
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Contributed by the State University of New York at Buffalo, by the
+ Distributed Computer Systems Lab, Department of Computer Science, 1991.
This file is part of GDB.
@@ -17,10 +19,14 @@ 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. */
-/*
- * Ported by the State University of New York at Buffalo by the Distributed
- * Computer Systems Lab, Department of Computer Science, 1991.
- */
+/* Make sure the system include files define BIG_ENDIAN, UINT_MAX, const,
+ etc, rather than GDB's files. */
+#include <stdio.h>
+#include <sys/param.h>
+
+/* Host is big-endian */
+
+#define HOST_BYTE_ORDER BIG_ENDIAN
/* Get rid of any system-imposed stack limit if possible. */