aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sh/tm-wince.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-29 04:42:45 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-29 04:42:45 +0000
commit8fcc723b1c74876be676ca2198a91ef1a33d05af (patch)
tree7ff1f696473d3e33ea4282d9f72241335e3c2239 /gdb/config/sh/tm-wince.h
parentafe64c1a68ec5ba0921fd218d25257ae969b1cd2 (diff)
downloadgdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.zip
gdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.tar.gz
gdb-8fcc723b1c74876be676ca2198a91ef1a33d05af.tar.bz2
Eliminate TARGET_BYTE_ORDER.
Diffstat (limited to 'gdb/config/sh/tm-wince.h')
-rw-r--r--gdb/config/sh/tm-wince.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h
index e939808..cbe570b 100644
--- a/gdb/config/sh/tm-wince.h
+++ b/gdb/config/sh/tm-wince.h
@@ -28,6 +28,5 @@
#undef SOFTWARE_SINGLE_STEP
#define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)
void wince_software_single_step (unsigned int, int);
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
#endif /* TM_WINCE_H */