[llvm-commits] [PATCH] Add a segment type for PT_ARM_EXIDX in llvm/Support/ELF.h

Pete Chou petechou at gmail.com
Fri Oct 26 03:13:10 PDT 2012


Hi,

This is a patch to add a missing ELF constant for PT_ARM_EXIDX segment. I
think any linker project based on LLVM that supports ARM ELF EH will need
this. And I made a patch for this (attached add-pt-arm-exidx.diff). Or will
it be better if I rearrange the segment constants in the standard first
like the attached add-arm-pt-arm-exidx-2.diff? (See
http://www.sco.com/developers/gabi/latest/ch5.pheader.html#p_type)

Please help review and commit if it looks good.

-
Thanks,
Pete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121026/69771fe6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-pt-arm-exidx.diff
Type: application/octet-stream
Size: 911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121026/69771fe6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-pt-arm-exidx-2.diff
Type: application/octet-stream
Size: 1206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121026/69771fe6/attachment-0001.obj>


More information about the llvm-commits mailing list