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/ia64 | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2 |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r-- | gdb/config/ia64/xm-aix.h | 2 | ||||
-rw-r--r-- | gdb/config/ia64/xm-linux.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/ia64/xm-aix.h b/gdb/config/ia64/xm-aix.h index 97c790d..6ca026d 100644 --- a/gdb/config/ia64/xm-aix.h +++ b/gdb/config/ia64/xm-aix.h @@ -21,8 +21,6 @@ #ifndef XM_AIX_H #define XM_AIX_H -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* Pick up more stuff from the generic SVR4 host include file. */ #include "xm-sysv4.h" diff --git a/gdb/config/ia64/xm-linux.h b/gdb/config/ia64/xm-linux.h index 6f6b055..adf6b21 100644 --- a/gdb/config/ia64/xm-linux.h +++ b/gdb/config/ia64/xm-linux.h @@ -21,8 +21,6 @@ #ifndef XM_LINUX_H #define XM_LINUX_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 |