https://sourceware.org/bugzilla/show_bug.cgi?id=33314

Alexander Monakov <amonakov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gmail dot com

--- Comment #12 from Alexander Monakov <amonakov at gmail dot com> ---
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 are receiving this mail because:
You are on the CC list for the bug.

Reply via email to