From 743ccbb1e62480b7b0173b8e7bcefe8ac0ba28ea Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 17 May 2005 19:52:36 +0000 Subject: [PATCH] Backport from mainline: 2005-05-05 Nick Clifton * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set the target_big_endian variable to false. --- gas/ChangeLog | 7 +++++++ gas/config/tc-arm.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 86282181bd1..6a8a2189fd3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-05-17 Daniel Jacobowitz + + Backport from mainline: + 2005-05-05 Nick Clifton + * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set + the target_big_endian variable to false. + 2005-05-17 Daniel Jacobowitz * doc/Makefile.am (gasver.texi): Don't use $<. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 6976d88a3a1..8b2d8424eba 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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. */ -- 2.47.2