]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Backport from mainline:
authorDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:52:36 +0000 (19:52 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:52:36 +0000 (19:52 +0000)
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.

gas/ChangeLog
gas/config/tc-arm.c

index 86282181bd13e05e9f5a13bcf43cebf43bf04d38..6a8a2189fd375bd1c4e595de3a0f76514a4460b5 100644 (file)
@@ -1,3 +1,10 @@
+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 $<.
index 6976d88a3a11c85fedf3040927b5053728959c55..8b2d8424ebab3b0d95b23f7b3e23dfd5aaa2e936 100644 (file)
@@ -12513,7 +12513,7 @@ struct arm_option_table arm_opts[] =
   {"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.  */