diff options
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/xm-irix3.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/xm-irix5.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/xm-linux.h | 9 | ||||
-rw-r--r-- | gdb/config/mips/xm-mips.h | 4 | ||||
-rw-r--r-- | gdb/config/mips/xm-mipsm3.h | 4 | ||||
-rw-r--r-- | gdb/config/mips/xm-mipsv4.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/xm-news-mips.h | 26 | ||||
-rw-r--r-- | gdb/config/mips/xm-riscos.h | 4 |
8 files changed, 0 insertions, 53 deletions
diff --git a/gdb/config/mips/xm-irix3.h b/gdb/config/mips/xm-irix3.h index 88ad445..27da9a5 100644 --- a/gdb/config/mips/xm-irix3.h +++ b/gdb/config/mips/xm-irix3.h @@ -21,8 +21,6 @@ #define HAVE_TERMIO -#define HOST_BYTE_ORDER BIG_ENDIAN - /* Override register locations in upage for SGI machines */ #undef REGISTER_U_ADDR #define REGISTER_U_ADDR(addr, blockend, regno) \ diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index 24c625a..78c3a07 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -21,8 +21,6 @@ #include "xm-sysv4.h" -#define HOST_BYTE_ORDER BIG_ENDIAN - /* Override register locations in upage for SGI machines */ #undef REGISTER_U_ADDR #define REGISTER_U_ADDR(addr, blockend, regno) \ diff --git a/gdb/config/mips/xm-linux.h b/gdb/config/mips/xm-linux.h index d691e46..c19895e 100644 --- a/gdb/config/mips/xm-linux.h +++ b/gdb/config/mips/xm-linux.h @@ -21,13 +21,4 @@ #ifndef XM_MIPSLINUX_H #define XM_MIPSLINUX_H -#ifndef HOST_BYTE_ORDER -#include <endian.h> -#if __BYTE_ORDER == __BIG_ENDIAN -#define HOST_BYTE_ORDER BIG_ENDIAN -#else -#define HOST_BYTE_ORDER LITTLE_ENDIAN -#endif -#endif - #endif /* XM_MIPSLINUX_H */ diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h index 4b40fc8..c1f53b5 100644 --- a/gdb/config/mips/xm-mips.h +++ b/gdb/config/mips/xm-mips.h @@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if !defined (HOST_BYTE_ORDER) -#define HOST_BYTE_ORDER LITTLE_ENDIAN -#endif - #ifdef ultrix /* Needed for DECstation core files. */ #include <machine/param.h> diff --git a/gdb/config/mips/xm-mipsm3.h b/gdb/config/mips/xm-mipsm3.h index c11f11f..b2e9f4d 100644 --- a/gdb/config/mips/xm-mipsm3.h +++ b/gdb/config/mips/xm-mipsm3.h @@ -20,10 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if !defined (HOST_BYTE_ORDER) -#define HOST_BYTE_ORDER LITTLE_ENDIAN -#endif - #define KERNEL_U_ADDR 0 /* Not needed. */ /* Only used for core files on DECstations. */ diff --git a/gdb/config/mips/xm-mipsv4.h b/gdb/config/mips/xm-mipsv4.h index af60741..76fa5da 100644 --- a/gdb/config/mips/xm-mipsv4.h +++ b/gdb/config/mips/xm-mipsv4.h @@ -20,5 +20,3 @@ Boston, MA 02111-1307, USA. */ #include "xm-sysv4.h" - -#define HOST_BYTE_ORDER BIG_ENDIAN diff --git a/gdb/config/mips/xm-news-mips.h b/gdb/config/mips/xm-news-mips.h index 0f032d7..e69de29 100644 --- a/gdb/config/mips/xm-news-mips.h +++ b/gdb/config/mips/xm-news-mips.h @@ -1,26 +0,0 @@ -/* Definitions to make GDB run on a mips box under 4.3bsd. - Copyright 1986, 1987, 1989, 1993, 1994, 1995 - Free Software Foundation, Inc. - Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin - and by Alessandro Forin(af@cs.cmu.edu) at CMU - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#if !defined (HOST_BYTE_ORDER) -#define HOST_BYTE_ORDER BIG_ENDIAN -#endif diff --git a/gdb/config/mips/xm-riscos.h b/gdb/config/mips/xm-riscos.h index acffc87..1f03c5a 100644 --- a/gdb/config/mips/xm-riscos.h +++ b/gdb/config/mips/xm-riscos.h @@ -19,10 +19,6 @@ #define HAVE_TERMIO -#if !defined (HOST_BYTE_ORDER) -#define HOST_BYTE_ORDER BIG_ENDIAN -#endif - #define USG 1 /* setjmp.h requires uid_t. */ |