[llvm-commits] [PATCH] Support/ELF.h extensions
Rafael Espindola
espindola at google.com
Mon Jul 12 07:27:36 PDT 2010
On 10 July 2010 18:02, Stephen Wilson <wilsons at start.ca> wrote:
> Greetings!
>
> The following patch adds a few magic constants and structures to
> Support/ELF.h. In particular, it extends support for the ELF 64 bit
> format.
>
> Note this file is not heavily used in LLVM or Clang AFAICT. These are
> minimal extensions needed for LLDB elf parsing. With this change both
> projects can rely on the same file, eliminating a local version within
> LLDB.
>
On linux I also have
EI_OSABI 7
EI_ABIVERSION 8
EI_PAD 9
Not sure if those are important for us now.
> Could someone look this over and, if OK, commit on my behalf?
I think the patch is OK, but not sure I can approve it.
>
> Many thanks!
> Steve
>
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-commits
mailing list