[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19796] dynamic relocation missing simbol
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/19796] dynamic relocation missing simbol |
Date: |
Thu, 10 Mar 2016 13:59:22 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19796
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Why is it a problem? Since the symbol is local, it is OK. On Linux,
there are
address@hidden pr19796]$ readelf -rW /lib64/libc.so.6| grep R_X86_64_TPOFF64
00000000003b9d50 0000000000000012 R_X86_64_TPOFF64 38
00000000003b9d58 0000000000000012 R_X86_64_TPOFF64 30
00000000003b9d60 0000000000000012 R_X86_64_TPOFF64 40
00000000003b9d68 0000000000000012 R_X86_64_TPOFF64 48
00000000003b9d70 0000000000000012 R_X86_64_TPOFF64 50
00000000003b9d78 0000000000000012 R_X86_64_TPOFF64 70
00000000003b9db0 0000000000000012 R_X86_64_TPOFF64 0
00000000003b9df0 0000000000000012 R_X86_64_TPOFF64 28
00000000003b9e50 0000000000000012 R_X86_64_TPOFF64 64
00000000003b9e60 0000000000000012 R_X86_64_TPOFF64 10
00000000003b9ed0 0000000000000012 R_X86_64_TPOFF64 20
00000000003b9f20 0000000000000012 R_X86_64_TPOFF64 18
00000000003b9f80 0000000000000012 R_X86_64_TPOFF64 68
00000000003b9ff0 0000000000000012 R_X86_64_TPOFF64 8
address@hidden pr19796]$
None of those relocations have symbols.
--
You are receiving this mail because:
You are on the CC list for the bug.