[llvm-commits] [llvm] r124899 - in /llvm/trunk: include/llvm/Support/ELF.h lib/MC/ELFObjectWriter.cpp test/MC/ARM/elf-eflags-eabi.s

Jason Kim jasonwkim at google.com
Fri Feb 4 16:43:11 PST 2011


On Fri, Feb 4, 2011 at 1:51 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hi Jason,
>
>> Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
>> 5 to match the current doc.
>> Added FIXME reminder Make it really configurable later.
> Shouldn't this be printed in text mode as well?

Hmm. Sure, why not?
Might as well as make it explicit - observed behavior seems to be GNU
as emitting value of 4 by default to the ELF.o.

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



More information about the llvm-commits mailing list