summaryrefslogtreecommitdiff
path: root/gdb/config/sh/tm-wince.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
commited59d21912d94392c9b918d4895641c76a7b3da5 (patch)
tree9d564553b9efa5723846e38acf665fb912453346 /gdb/config/sh/tm-wince.h
parent3e7ef95edd82f76caa300702d7ba01dcda21a53b (diff)
downloadgdb-ed59d21912d94392c9b918d4895641c76a7b3da5.tar.gz
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Diffstat (limited to 'gdb/config/sh/tm-wince.h')
-rw-r--r--gdb/config/sh/tm-wince.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h
index 4c4869af7a3..ddebbd2714e 100644
--- a/gdb/config/sh/tm-wince.h
+++ b/gdb/config/sh/tm-wince.h
@@ -29,6 +29,6 @@
#define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)
void wince_software_single_step (unsigned int, int);
#undef TARGET_BYTE_ORDER_SELECTABLE
-#define TARGET_BYTE_ORDER LITTLE_ENDIAN
+#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
#endif /* TM_WINCE_H */