[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 07:50:45 PDT 2008


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 -
do you need all those section flags?

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



More information about the llvm-commits mailing list