diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-29 04:42:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-29 04:42:45 +0000 |
commit | 8fcc723b1c74876be676ca2198a91ef1a33d05af (patch) | |
tree | 7ff1f696473d3e33ea4282d9f72241335e3c2239 /gdb/config/z8k | |
parent | afe64c1a68ec5ba0921fd218d25257ae969b1cd2 (diff) | |
download | fsf-binutils-gdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.zip fsf-binutils-gdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.tar.gz fsf-binutils-gdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.tar.bz2 |
Eliminate TARGET_BYTE_ORDER.
Diffstat (limited to 'gdb/config/z8k')
-rw-r--r-- | gdb/config/z8k/tm-z8k.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/z8k/tm-z8k.h b/gdb/config/z8k/tm-z8k.h index c0dbcd4..4405855 100644 --- a/gdb/config/z8k/tm-z8k.h +++ b/gdb/config/z8k/tm-z8k.h @@ -29,9 +29,6 @@ #define TARGET_LONG_BIT 32 #define TARGET_PTR_BIT (BIG ? 32: 16) -/* Define the bit, byte, and word ordering of the machine. */ -#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG - /* Offset from address of function to start of its code. Zero on most machines. */ |