[llvm-commits] [llvm] r53551 - in /llvm/trunk/lib/Target/Mips: MipsAsmPrinter.cpp MipsInstrInfo.cpp MipsInstrInfo.td MipsRegisterInfo.cpp MipsRegisterInfo.h MipsSubtarget.cpp MipsSubtarget.h MipsTargetAsmInfo.cpp MipsTargetMachine.cpp

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Mon Jul 14 08:19:10 PDT 2008


Hi Anton,

On Mon, Jul 14, 2008 at 11:50 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hi, Bruno
>
> On Mon, Jul 14, 2008 at 6:42 PM, Bruno Cardoso Lopes
> <bruno.cardoso at gmail.com> wrote:
>
>> +  ReadOnlySection             = "\t.rdata";
>> +  ZeroDirective               = "\t.space\t";
>> +  BSSSection                  = "\t.section\t.bss";
> Just wondering: does MIPS use ELF file format by default? And if yes -

yes.

> do you need all those section flags?

I think I do, gcc use those for mips by default, is there anything
do you suggest?

Thanks,

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc
"When faced with untenable alternatives, you
 should consider your imperative."



More information about the llvm-commits mailing list