From: Michael Meissner Date: Wed, 23 Aug 1995 14:59:16 +0000 (+0000) Subject: Fix -mlittle/-mbig so that it really does override the default endianess X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d93b96e48411ed7ce0c0a73f83becb292212580;p=binutils-gdb.git Fix -mlittle/-mbig so that it really does override the default endianess --- diff --git a/gas/ChangeLog b/gas/ChangeLog index b43f84e05ca..ee6b0279083 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed Aug 23 10:40:41 1995 Michael Meissner + + * config/tc-ppc.c (set_target_endian): New static to say whether + we've initialized target_big_endian or not. + (md_parse_option): Set set_target_endian if we set the variable + target_big_endian. + (md_begin): Only set target_big_endian if !set_target_endian. + Tue Aug 22 03:00:33 1995 Ken Raeburn Sat Aug 19 18:08:16 1995 Pat Rankin