summaryrefslogtreecommitdiff
path: root/gdb/config/mcore/tm-mcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mcore/tm-mcore.h')
-rw-r--r--gdb/config/mcore/tm-mcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mcore/tm-mcore.h b/gdb/config/mcore/tm-mcore.h
index 69329b419f2..ddf5d90f03b 100644
--- a/gdb/config/mcore/tm-mcore.h
+++ b/gdb/config/mcore/tm-mcore.h
@@ -18,8 +18,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* The mcore is big endian */
-#define TARGET_BYTE_ORDER_DEFAULT BIG_ENDIAN
+/* The mcore is little endian (by default) */
+#define TARGET_BYTE_ORDER_DEFAULT LITTLE_ENDIAN
/* All registers are 32 bits */
#define REGISTER_SIZE 4