[PATCH] D21024: [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 14:10:03 PDT 2016
davide added a comment.
This looks fine after Rafael's comments are addressed.
I don't like "Version needs". Can we just use the original section name "SHT_GNU_verneed", which is more understandable and also maps 1:1 with the "spec"[1]? Rafael?
[1] When I say the spec I mean Drepper's document on versioning https://www.akkadia.org/drepper/symbol-versioning
http://reviews.llvm.org/D21024
More information about the llvm-commits
mailing list