* configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-wince.h
index 0de5fbe096e7b5cd3a0ab880505437721af76da2..82f97ad7b8ff20b573b8cd48ccaaa6ea2f8f4182 100644 (file)
 #include "arm/tm-arm.h"
 
 #undef SOFTWARE_SINGLE_STEP_P
-#define SOFTWARE_SINGLE_STEP_P 1
+#define SOFTWARE_SINGLE_STEP_P() 1
 
 #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);
 
-/* Target byte order is little endian and not selectable on WinCE. */
-#undef  TARGET_BYTE_ORDER_SELECTABLE_P
-#define TARGET_BYTE_ORDER_SELECTABLE_P 0
-
 #endif /* TM_WINCE_H */
This page took 0.023548 seconds and 4 git commands to generate.