From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Meissner To: cagney@highland.com.au Cc: gas2@cygnus.com, meissner@cygnus.com Subject: gas-950822/powerpcle-unknown-eabisim - `gas -mbig' still little ... Date: Wed, 30 Aug 1995 14:14:00 -0000 Message-id: <199508302114.RAA27719@tiktok.cygnus.com> References: <199508301450.AAA08567@puddin.highland.com.au> <199508301450.AAA08567@puddin.highland.com.au> X-SW-Source: 1995/msg00160.html | Hello, | | This one has puzzled me for a while. Gas, when configured for LE | PowerPC, should still be able to generate BE object files. | Mysteriously it doesn't. (ditto for BE configured gas generating LE | object files). For instance, the assembler: I noticed this and added the support already on 8/23. 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.