[PATCH] D41993: [ELF] - Change shift2 constant of GNU_HASH from 6->11.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 00:43:12 PST 2018


>Or I believe bits H[6, 63] are used to find Bit 1 and H[6 + Shift2, 63] for Bit 2.?

>
>George.

Correction: Hash is 32 bits, so H[6, 31] used to find bit 1 and H[6 + Shift2, 31] for bit 2.

George.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/7e22612d/attachment.html>


More information about the llvm-commits mailing list