[PATCH] D76352: [llvm-readobj] Derive dynamic symtab size from hash table

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 10:50:31 PDT 2020


MaskRay added a comment.

> from hash table

Using DT_HASH may resolve ambiguity here, because there at least 2 flavors of hash tables (I used "at least" because GNU OSABI has DT_MIPS_XHASH. I started a thread about dropping it. dalias thinks this is doable https://sourceware.org/pipermail/binutils/2020-January/109362.html I hope we won't add it.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76352





More information about the llvm-commits mailing list