diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
commit | 2607059cba7993c0260ef42af5bc74df8f3f3a6e (patch) | |
tree | cb2846f63bf2a9aaf6d569882b6add480888530b /gdb/config/arm | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2 |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/xm-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/arm/xm-linux.h b/gdb/config/arm/xm-linux.h index e8f9e85..fa82a1e 100644 --- a/gdb/config/arm/xm-linux.h +++ b/gdb/config/arm/xm-linux.h @@ -21,8 +21,6 @@ #ifndef XM_ARMLINUX_H #define XM_ARMLINUX_H -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ #define KERNEL_U_ADDR 0x0 |