crc32-vpmsum icon indicating copy to clipboard operation
crc32-vpmsum copied to clipboard

Relocation out of range when loading shared library on ppc64le

Open kalebskeithley opened this issue 7 months ago • 0 comments

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. ...

kalebskeithley avatar Jul 26 '24 15:07 kalebskeithley