[Bug libc/21666] .symver is used on common symbol

hjl.tools at gmail dot com sourceware-bugzilla@sourceware.org
Fri Jun 23 16:00:00 GMT 2017


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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
[hjl@gnu-6 build-x86_64-linux]$ readelf -sW libc.so | grep "loc[12s]"
  2103: 00000000003a05f8     8 OBJECT  GLOBAL DEFAULT   36 loc1@GLIBC_2.2.5
  2106: 00000000003a0600     8 OBJECT  GLOBAL DEFAULT   36 loc2@GLIBC_2.2.5
  2251: 00000000003a05f0     8 OBJECT  GLOBAL DEFAULT   36 locs@GLIBC_2.2.5
  5109: 00000000003a0608     8 OBJECT  LOCAL  DEFAULT   36 loc1
  5188: 00000000003a0610     8 OBJECT  LOCAL  DEFAULT   36 loc2
  5455: 00000000003a0618     8 OBJECT  LOCAL  DEFAULT   36 locs
  6575: 00000000003a05f0     8 OBJECT  GLOBAL DEFAULT   36 locs@GLIBC_2.2.5
  7156: 00000000003a05f8     8 OBJECT  GLOBAL DEFAULT   36 loc1@GLIBC_2.2.5
  7312: 00000000003a0600     8 OBJECT  GLOBAL DEFAULT   36 loc2@GLIBC_2.2.5

The versioned loc1, loc2 and locs have the wrong address.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list