From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38604 invoked by alias); 14 Mar 2018 21:34:13 -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 38593 invoked by uid 89); 14 Mar 2018 21:34:12 -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_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*u:6.1, H*UA:6.1, HContent-Transfer-Encoding:8bit X-HELO: userp2120.oracle.com Received: from userp2120.oracle.com (HELO userp2120.oracle.com) (156.151.31.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Mar 2018 21:34:11 +0000 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w2ELWOvZ042270; Wed, 14 Mar 2018 21:34:03 GMT Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp2120.oracle.com with ESMTP id 2gq81ss3nn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 14 Mar 2018 21:34:02 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w2ELXujc016374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 14 Mar 2018 21:33:56 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w2ELXut4010004; Wed, 14 Mar 2018 21:33:56 GMT Received: from [172.27.35.125] (/108.88.88.153) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 14 Mar 2018 14:33:55 -0700 Subject: Re: [PING 6][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu To: Simon Marchi Cc: gdb-patches@sourceware.org References: <1509636764-46111-1-git-send-email-weimin.pan@oracle.com> <515b875f-8240-b7e0-f5cc-4a26efb64b89@oracle.com> <64a638db-13e1-e692-f775-9afc19677a2a@oracle.com> <2fb1c016-778c-516b-56bd-b658e942bd6b@oracle.com> <981a6bae-d8ce-6bf9-e01d-b335ff117a42@oracle.com> <8d2efd960d637a9adc8888a39e54a9c1@polymtl.ca> From: Wei-min Pan Message-ID: <6a937e34-cc76-bd8e-2d4e-b989b5ddf119@oracle.com> Date: Wed, 14 Mar 2018 21:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <8d2efd960d637a9adc8888a39e54a9c1@polymtl.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8832 signatures=668690 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1803140231 X-SW-Source: 2018-03/txt/msg00290.txt.bz2 Hi Simon, Thanks for taking this up. Yao did take a look at the patch late last year but didn't have time to finish it up. Please let me know if you have comments/questions. Weimin On 3/14/2018 2:06 PM, Simon Marchi wrote: > Hi Weimin, > > This is just to tell you that I started looking into this, since Yao > will likely not have the time to do it (though I don't mind if he > does!).  But it might take a bit of time since I don't know much about > the particular case of TLS on aarch64, so I'll need to ramp up on it. > > Simon