https://sourceware.org/bugzilla/show_bug.cgi?id=33314
--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Alexander Monakov from comment #12) > Looks like libpython.3.15.so from the attachment in comment 1 is mislinked. > > readelf -rR.got 33314/libpython3.15.so.1.0 > > we have > > 00463b48 0000000d R_ARM_TLS_DESC > 00463b28 0000000d R_ARM_TLS_DESC > 00463b30 0000000d R_ARM_TLS_DESC > 00463b38 0000000d R_ARM_TLS_DESC > 00463b40 0000000d R_ARM_TLS_DESC > > and then in .got > > 0x00463b1c b8ef0300 b8ef0300 b8ef0300 00000000 ................ > [463b28] > 0x00463b2c 00000000 04000000 00000000 08000000 ................ > [463b30] [463b38] > 0x00463b3c 00000000 0c000000 00000000 00000000 ................ > [463b40] [463b48] > 0x00463b4c 00000000 00000000 bcf24600 00000000 ..........F..... > > and both 463b28 and 463b48 have the same inline addends (all zeroes). You can try https://patchwork.sourceware.org/project/binutils/list/?series=51207 to display GOT contents with readelf. -- You are receiving this mail because: You are on the CC list for the bug.