[PATCH] D42516: [llvm-objcopy] Add support for large indexes

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 18:34:29 PST 2018


jakehehrlich updated this revision to Diff 131912.
jakehehrlich added a comment.

1. Still no tests
2. changed error message for clarity
3. fixed typos
4. populated the section index table with SHN_UNDEF for values < SHN_LORESERVE
5. computed address of section index table data just once in initSymbolTable
6. avoided Shndx use for section index table name
7. I haven't updated "SectionIdexes" to "SectionIndexTable" because I ran out of time. I'll get back to that tomorrow.


Repository:
  rL LLVM

https://reviews.llvm.org/D42516

Files:
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42516.131912.patch
Type: text/x-patch
Size: 16734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/bbbe5b36/attachment.bin>


More information about the llvm-commits mailing list