From 2a63ebb4c4caf7b92950cb8c6437b1f0df9bc00f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 May 2005 07:40:56 +0000 Subject: [PATCH] Make -mlittle-endian switch set the target_big_endian variable to false. --- gas/ChangeLog | 5 +++++ gas/config/tc-arm.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 3210d11066..02b77a9b6f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +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-04 Alan Modra * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 6c58040a9f..4ca8d49204 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -22,8 +22,8 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #define NO_RELOC 0 @@ -12870,7 +12870,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.11.0