[PATCH] D37393: [llvm-objcopy] Add support for special section indexes in symbol table greater than SHN_LORESERVE

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 15:31:42 PDT 2017


jakehehrlich updated this revision to Diff 113615.
jakehehrlich retitled this revision from "[llvm-objcopy] Add support for section indexes greater than SHN_LORESERVE" to "[llvm-objcopy] Add support for special section indexes in symbol table greater than SHN_LORESERVE".
jakehehrlich added a comment.

1. Followed Roland's recomendation and throw an error on SHN_XINDEX and I only support specific values. If an unsupported value is used llvm-objcopy should now throw an error.


Repository:
  rL LLVM

https://reviews.llvm.org/D37393

Files:
  test/tools/llvm-objcopy/abs-symbol.test
  test/tools/llvm-objcopy/section-index-unsupported.test
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37393.113615.patch
Type: text/x-patch
Size: 5265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170901/419c6020/attachment.bin>


More information about the llvm-commits mailing list