Index: ELF/SyntheticSections.h =================================================================== --- ELF/SyntheticSections.h +++ ELF/SyntheticSections.h @@ -458,7 +458,7 @@ void addSymbols(std::vector &Symbols); private: - size_t getShift2() const { return Config->Is64 ? 6 : 5; } + size_t getShift2() const { return Config->Is64 ? 11 : 5; } void writeBloomFilter(uint8_t *Buf); void writeHashTable(uint8_t *Buf);