From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54275 invoked by alias); 24 Mar 2018 03:10:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 53740 invoked by uid 89); 24 Mar 2018 03:10:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 Mar 2018 03:10:30 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 928CB1E4AE; Fri, 23 Mar 2018 23:10:28 -0400 (EDT) Subject: Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu To: Wei-min Pan Cc: gdb-patches@sourceware.org, Yao Qi References: <1509669516-47946-1-git-send-email-weimin.pan@oracle.com> <402e4a8c-eaf9-a31e-9925-3125f8d149f9@simark.ca> <6c9fb8cc-eb2a-86c3-9e34-fac7c97f6b2f@oracle.com> <8c40379beb8ea8756a3b9075ce6bf4c4@simark.ca> <9df4193c-828a-7b27-292f-f2dab84b3efb@oracle.com> <9a6298ed-bde2-1e66-0b87-a7492cf3a903@oracle.com> From: Simon Marchi Message-ID: Date: Sat, 24 Mar 2018 03:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <9a6298ed-bde2-1e66-0b87-a7492cf3a903@oracle.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-03/txt/msg00475.txt.bz2 On 2018-03-22 04:49 PM, Wei-min Pan wrote: > OK, thanks. But I don't think that I have the permission to push the patch. Hi Weimin, I pushed the patch for you. Do you intend on submitting a patch that removes lookup_minimal_symbol_and_objfile and replaces its usages with lookup_bound_minimal_symbol? Simon