[PATCH] D62516: [llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verneed section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 02:00:48 PDT 2019


grimar added a comment.

In D62516#1520627 <https://reviews.llvm.org/D62516#1520627>, @MaskRay wrote:

> Another thing: there is no new line between the text of `.gnu.version_r` and the text of `.gnu.version_d`.


I guess you mean between  `.gnu.version` and  `.gnu.version_r`? ( `.gnu.version_d` is implemented in a different patch).
I'll check.


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

https://reviews.llvm.org/D62516





More information about the llvm-commits mailing list