summaryrefslogtreecommitdiff
path: root/gdb/config/sh
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
commitaeda2b4a6169a4ee0f9191acf80fc3033ad3d820 (patch)
treea6ca27d14eb5c1a1c79a4c88bdedd9f24b403204 /gdb/config/sh
parent620dec1ff6b091bf677925ad555b1303053f923e (diff)
downloadgdb-aeda2b4a6169a4ee0f9191acf80fc3033ad3d820.tar.gz
Eliminate TARGET_BYTE_ORDER.
Diffstat (limited to 'gdb/config/sh')
-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 e939808c084..cbe570b16d0 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 */