[PATCH] D62179: [llvm-readelf] - Allow dumping of the .dynamic section even if there is no PT_DYNAMIC header.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 07:16:28 PDT 2019


grimar updated this revision to Diff 201530.
grimar added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: srhines.

- Updated implementation and test cases in according to latest discussion comments.

(now llvm-readelf bypass the "Virtual address is not in any segment" error and will try to continue parsing the object).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62179/new/

https://reviews.llvm.org/D62179

Files:
  test/Object/corrupt.test
  test/Object/invalid.test
  test/tools/llvm-readobj/elf-dynamic-malformed.test
  test/tools/llvm-readobj/elf-dynamic-no-pt-dynamic.test
  test/tools/yaml2obj/dynamic-section-raw-content.yaml
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62179.201530.patch
Type: text/x-patch
Size: 10302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190527/ed92d5e1/attachment-0001.bin>


More information about the llvm-commits mailing list