From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11182 invoked by alias); 18 Jan 2013 17:58:34 -0000 Received: (qmail 11154 invoked by uid 48); 18 Jan 2013 17:58:22 -0000 From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/15030] do_lookup_x returns undefined symbol entry Date: Fri, 18 Jan 2013 17:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00132.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15030 --- Comment #3 from H.J. Lu 2013-01-18 17:58:21 UTC --- It only happens with size relocation against TLS symbol: [hjl@gnu-6 sized-tls-2]$ readelf -r dynamic Relocation section '.rela.text' at offset 0x4d0 contains 1 entries: Offset Info Type Sym. Value Sym. Name + Addend 000000400604 000300000020 R_X86_64_SIZE32 0000000000000000 bar + 0 Relocation section '.rela.got' at offset 0x4e8 contains 2 entries: Offset Info Type Sym. Value Sym. Name + Addend 000000600b18 000300000012 R_X86_64_TPOFF64 0000000000000000 bar + 0 000000600b20 000500000006 R_X86_64_GLOB_DAT 0000000000000000 __gmon_start__ + 0 We don't consider R_X86_64_SIZE32 as ELF_RTYPE_CLASS_PLT class. We can check STT_TLS instead of TLS relocations for relocations against TLS symbols. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.