From 4d28413b409102b3fc5e7ed828e4014895143d4e Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 8 Apr 2009 02:24:23 +0000 Subject: [include/elf] * mep.h (EF_MEP_CPU_C5): New. [bfd] * archures.c: Add bfd_mach_mep_c5. * bfd-in2.h: Likewise. * cpu-mep.c: Add bfd_c5_arch. * elf32-mep.c: Support it. [gas] * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support. (md_show_usage): Change default endian to little. * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little. [ld] * emulparams/elf32mep.sh: Change default endian to little. --- gas/config/tc-mep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-mep.h') diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h index 505f53a..0861909 100644 --- a/gas/config/tc-mep.h +++ b/gas/config/tc-mep.h @@ -34,7 +34,7 @@ #define TARGET_FORMAT (target_big_endian ? "elf32-mep" : "elf32-mep-little") /* This is the default. */ -#define TARGET_BYTES_BIG_ENDIAN 1 +#define TARGET_BYTES_BIG_ENDIAN 0 /* Permit temporary numeric labels. */ #define LOCAL_LABELS_FB 1 -- cgit v1.1