aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rs6000
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-02 02:57:18 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-02 02:57:18 +0000
commit2607059cba7993c0260ef42af5bc74df8f3f3a6e (patch)
treecb2846f63bf2a9aaf6d569882b6add480888530b /gdb/config/rs6000
parentd41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff)
downloadgdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r--gdb/config/rs6000/xm-rs6000.h2
-rw-r--r--gdb/config/rs6000/xm-rs6000ly.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h
index bf0553f..51096e6 100644
--- a/gdb/config/rs6000/xm-rs6000.h
+++ b/gdb/config/rs6000/xm-rs6000.h
@@ -37,8 +37,6 @@
/* Big end is at the low address */
-#define HOST_BYTE_ORDER BIG_ENDIAN
-
/* At least as of AIX 3.2, we have termios. */
#define HAVE_TERMIOS 1
/* #define HAVE_TERMIO 1 */
diff --git a/gdb/config/rs6000/xm-rs6000ly.h b/gdb/config/rs6000/xm-rs6000ly.h
index 39f7e48..459df95 100644
--- a/gdb/config/rs6000/xm-rs6000ly.h
+++ b/gdb/config/rs6000/xm-rs6000ly.h
@@ -21,8 +21,6 @@
#ifndef XM_RS6000LYNX_H
#define XM_RS6000LYNX_H
-#define HOST_BYTE_ORDER BIG_ENDIAN
-
/* Get generic LynxOS host definitions. */
#include "xm-lynx.h"