[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

Anton Korobeynikov anton at korobeynikov.info
Mon Jul 14 08:21:06 PDT 2008


Hi, Bruno

> 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?
Ok, I just wanted to know. I'm preparing transition to new section  
printing stuff, so you'll obtain almost everything there 'for free' :)

--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list