aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/xm-linux.h
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/mips/xm-linux.h
parentd41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff)
downloadgdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/mips/xm-linux.h')
-rw-r--r--gdb/config/mips/xm-linux.h9
1 files changed, 0 insertions, 9 deletions
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 */