diff options
Diffstat (limited to 'gdb/config/mn10200/tm-mn10200.h')
-rw-r--r-- | gdb/config/mn10200/tm-mn10200.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mn10200/tm-mn10200.h b/gdb/config/mn10200/tm-mn10200.h index 4d416c5192..66fb03748e 100644 --- a/gdb/config/mn10200/tm-mn10200.h +++ b/gdb/config/mn10200/tm-mn10200.h @@ -25,9 +25,6 @@ macros into functions. */ #include "regcache.h" -/* The mn10200 is little endian. */ -#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE - /* ints are only 16bits on the mn10200. */ #undef TARGET_INT_BIT #define TARGET_INT_BIT 16 |