diff options
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/xm-3b1.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-apollo68b.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-apollo68v.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-delta68.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-dpx2.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-hp300bsd.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-hp300hpux.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-m68k.h | 1 | ||||
-rw-r--r-- | gdb/config/m68k/xm-m68klynx.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-sun2.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/xm-sun3.h | 3 |
11 files changed, 0 insertions, 22 deletions
diff --git a/gdb/config/m68k/xm-3b1.h b/gdb/config/m68k/xm-3b1.h index 9b9fcf1..acf72e9 100644 --- a/gdb/config/m68k/xm-3b1.h +++ b/gdb/config/m68k/xm-3b1.h @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - #define HAVE_TERMIO #define USG diff --git a/gdb/config/m68k/xm-apollo68b.h b/gdb/config/m68k/xm-apollo68b.h index fc053e2..d77509d 100644 --- a/gdb/config/m68k/xm-apollo68b.h +++ b/gdb/config/m68k/xm-apollo68b.h @@ -18,6 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - #define ALIGN_STACK_ON_STARTUP diff --git a/gdb/config/m68k/xm-apollo68v.h b/gdb/config/m68k/xm-apollo68v.h index 264076b..8919088 100644 --- a/gdb/config/m68k/xm-apollo68v.h +++ b/gdb/config/m68k/xm-apollo68v.h @@ -23,8 +23,6 @@ * July 1988 */ -#define HOST_BYTE_ORDER BIG_ENDIAN - /* I'm running gdb 3.4 under 386/ix 2.0.2, which is a derivative of AT&T's Sys V/386 3.2. diff --git a/gdb/config/m68k/xm-delta68.h b/gdb/config/m68k/xm-delta68.h index d137545..f691c38 100644 --- a/gdb/config/m68k/xm-delta68.h +++ b/gdb/config/m68k/xm-delta68.h @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - /* I'm running gdb 4.9 under sysV68 R3V7.1. On some machines, gdb crashes when it's starting up while calling the diff --git a/gdb/config/m68k/xm-dpx2.h b/gdb/config/m68k/xm-dpx2.h index 4595c81..4083c9d 100644 --- a/gdb/config/m68k/xm-dpx2.h +++ b/gdb/config/m68k/xm-dpx2.h @@ -18,7 +18,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - #define HAVE_TERMIOS #define USG diff --git a/gdb/config/m68k/xm-hp300bsd.h b/gdb/config/m68k/xm-hp300bsd.h index f8659a4..b938353 100644 --- a/gdb/config/m68k/xm-hp300bsd.h +++ b/gdb/config/m68k/xm-hp300bsd.h @@ -25,8 +25,6 @@ * Problems to hpbsd-bugs@cs.utah.edu */ -#define HOST_BYTE_ORDER BIG_ENDIAN - #include <sys/param.h> /* For INT_MIN */ /* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */ diff --git a/gdb/config/m68k/xm-hp300hpux.h b/gdb/config/m68k/xm-hp300hpux.h index ec07767..f5982b4 100644 --- a/gdb/config/m68k/xm-hp300hpux.h +++ b/gdb/config/m68k/xm-hp300hpux.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - /* Define this to indicate problems with traps after continuing. */ #define HP_OS_BUG diff --git a/gdb/config/m68k/xm-m68k.h b/gdb/config/m68k/xm-m68k.h index a751f0e..5dc40ec 100644 --- a/gdb/config/m68k/xm-m68k.h +++ b/gdb/config/m68k/xm-m68k.h @@ -19,4 +19,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN diff --git a/gdb/config/m68k/xm-m68klynx.h b/gdb/config/m68k/xm-m68klynx.h index 1247b5d..40619aa 100644 --- a/gdb/config/m68k/xm-m68klynx.h +++ b/gdb/config/m68k/xm-m68klynx.h @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - /* Get generic LynxOS host definitions. */ #include "xm-lynx.h" diff --git a/gdb/config/m68k/xm-sun2.h b/gdb/config/m68k/xm-sun2.h index 532390c..cf84619 100644 --- a/gdb/config/m68k/xm-sun2.h +++ b/gdb/config/m68k/xm-sun2.h @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ diff --git a/gdb/config/m68k/xm-sun3.h b/gdb/config/m68k/xm-sun3.h index 523c478..6a5a560 100644 --- a/gdb/config/m68k/xm-sun3.h +++ b/gdb/config/m68k/xm-sun3.h @@ -18,9 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - - /* Interface definitions for kernel debugger KDB. */ /* Map machine fault codes into signal numbers. |