+2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
+
+ Backport from mainline:
+ 2005-05-05 Nick Clifton <nickc@redhat.com>
+ * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
+ the target_big_endian variable to false.
+
2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
* doc/Makefile.am (gasver.texi): Don't use $<.
{"mapcs-reentrant", N_("re-entrant code"), &pic_code, 1, NULL},
{"matpcs", N_("code is ATPCS conformant"), &atpcs, 1, NULL},
{"mbig-endian", N_("assemble for big-endian"), &target_big_endian, 1, NULL},
- {"mlittle-endian", N_("assemble for little-endian"), &target_big_endian, 1,
+ {"mlittle-endian", N_("assemble for little-endian"), &target_big_endian, 0,
NULL},
/* These are recognized by the assembler, but have no affect on code. */