crc32-vpmsum
crc32-vpmsum copied to clipboard
Relocation out of range when loading shared library on ppc64le
see https://bugzilla.redhat.com/show_bug.cgi?id=2297744 see https://tracker.ceph.com/issues/66950
... Ceph uses assembly files from https://github.com/antonblanchard/crc32-vpmsum Update them to the newest versions, which fixes build with Clang.
Signed-off-by: Piotr Kubaj <[[email protected]](mailto:[email protected])>
...
... This comes from src/common/crc32c_ppc_fast_zero_asm.S, I assume. It's just broken, it needs to use TOC-relative access. ...