[PATCH] D21024: [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 04:40:50 PDT 2016


> rafael wrote:
>> Don't we want to expand this into an enum?
> Done. Btw according to gold sources I have, it is always 0 currently:
>

Yes, according to
https://lists.debian.org/lsb-spec/1999/12/msg00017.html only
VER_FLG_WEAK is defined and it is not clear why it is needed.

The entire area around symbol versioning seems over designed and under
documented :-(

Cheers,
Rafael


More information about the llvm-commits mailing list