From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87290 invoked by alias); 14 Jan 2019 16:10:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 87214 invoked by uid 89); 14 Jan 2019 16:10:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-qk1-f196.google.com Received: from mail-qk1-f196.google.com (HELO mail-qk1-f196.google.com) (209.85.222.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Jan 2019 16:10:25 +0000 Received: by mail-qk1-f196.google.com with SMTP id y78so10796247qka.12 for ; Mon, 14 Jan 2019 08:10:25 -0800 (PST) Return-Path: Received: from [192.168.1.115] (209-6-216-142.s141.c3-0.smr-cbr1.sbo-smr.ma.cable.rcncustomer.com. [209.6.216.142]) by smtp.gmail.com with ESMTPSA id n72sm50408631qki.26.2019.01.14.08.10.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 08:10:22 -0800 (PST) Subject: Re: [PATCH] Fix location of tls_wrapper_fn (PR gcov-profile/88263). To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , gcc-patches@gcc.gnu.org References: <3a0fba60-3bc1-b220-00df-ceec0eca8a34@suse.cz> From: Jason Merrill Message-ID: <676c861a-359f-70f7-b05c-4f9fb012d80e@redhat.com> Date: Mon, 14 Jan 2019 16:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <3a0fba60-3bc1-b220-00df-ceec0eca8a34@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00787.txt.bz2 On 1/14/19 10:43 AM, Martin Liška wrote: > Hi. > > This is another fix for the PR where I updated location of > tls_wrapper. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. Jason