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/pa | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2 |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/xm-hppab.h | 4 | ||||
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h index 01753f0..d2561df 100644 --- a/gdb/config/pa/xm-hppab.h +++ b/gdb/config/pa/xm-hppab.h @@ -21,8 +21,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is a big-endian host. */ - -#define HOST_BYTE_ORDER BIG_ENDIAN - #include "pa/xm-pa.h" diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index bb21218..b1c26dd 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -22,9 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Host is big-endian. */ -#define HOST_BYTE_ORDER BIG_ENDIAN - #include "pa/xm-pa.h" #define USG |