[llvm-commits] [PATCH] Support/ELF.h extensions

Stephen Wilson wilsons at start.ca
Sat Jul 10 15:02:45 PDT 2010


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.


Could someone look this over and, if OK, commit on my behalf?


Many thanks!
Steve


-------------- next part --------------
A non-text attachment was scrubbed...
Name: elf.patch
Type: text/x-patch
Size: 9039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100710/927e163d/attachment.bin>


More information about the llvm-commits mailing list