From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81595 invoked by alias); 5 Sep 2017 14:35:36 -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 81238 invoked by uid 89); 5 Sep 2017 14:35:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=77631, HContent-type:charset, HContent-type:text, Hx-spam-relays-external:ESMTPA X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Sep 2017 14:35:25 +0000 Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout1.w1.samsung.com (KnoxPortal) with ESMTP id 20170905143521euoutp01563545fb94471d01ec7b8054fac9452c~hfdju0ptj0408204082euoutp01N; Tue, 5 Sep 2017 14:35:21 +0000 (GMT) Received: from eusmges2.samsung.com (unknown [203.254.199.241]) by eucas1p1.samsung.com (KnoxPortal) with ESMTP id 20170905143520eucas1p154a84327055dc6ec0f7df02c8c09412d~hfdjDSwzj3183931839eucas1p1e; Tue, 5 Sep 2017 14:35:20 +0000 (GMT) Received: from eucas1p1.samsung.com ( [182.198.249.206]) by eusmges2.samsung.com (EUCPMTA) with SMTP id 07.8C.12907.726BEA95; Tue, 5 Sep 2017 15:35:20 +0100 (BST) Received: from eusmgms2.samsung.com (unknown [182.198.249.180]) by eucas1p2.samsung.com (KnoxPortal) with ESMTP id 20170905143519eucas1p2cb2e93aba03ce1a97c8ba99cd621be23~hfdiUEdsj1663716637eucas1p24; Tue, 5 Sep 2017 14:35:19 +0000 (GMT) Received: from eusync2.samsung.com ( [203.254.199.212]) by eusmgms2.samsung.com (EUCPMTA) with SMTP id 20.1B.20118.726BEA95; Tue, 5 Sep 2017 15:35:19 +0100 (BST) Received: from [106.109.129.179] by eusync2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0OVT00C499UVMG80@eusync2.samsung.com>; Tue, 05 Sep 2017 15:35:19 +0100 (BST) To: Ian Lance Taylor , GCC Patches From: Denis Khalikov Subject: [PING][PATCH][PR sanitizer/77631] Support separate debug info in libbacktrace Message-id: Date: Tue, 05 Sep 2017 14:35:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-version: 1.0 Content-type: text/plain; charset="utf-8"; format="flowed" Content-transfer-encoding: 7bit X-CMS-MailID: 20170905143519eucas1p2cb2e93aba03ce1a97c8ba99cd621be23 X-Msg-Generator: CA X-Sender-IP: 182.198.249.180 X-Local-Sender: =?UTF-8?B?RGVuaXMgS2hhbGlrb3YbU1JSLVNXIFRvb2xzIExhYhvsgrw=?= =?UTF-8?B?7ISx7KCE7J6QG0VuZ2luZWVy?= X-Global-Sender: =?UTF-8?B?RGVuaXMgS2hhbGlrb3YbU1JSLVNXIFRvb2xzIExhYhtTYW1z?= =?UTF-8?B?dW5nIEVsZWN0cm9uaWNzG0VuZ2luZWVy?= X-Sender-Code: =?UTF-8?B?QzEwG0NJU0hRG0MxMEdEMDFHRDAxMDE1Nw==?= CMS-TYPE: 201P X-CMS-RootMailID: 20170905143519eucas1p2cb2e93aba03ce1a97c8ba99cd621be23 X-RootMTR: 20170905143519eucas1p2cb2e93aba03ce1a97c8ba99cd621be23 References: X-SW-Source: 2017-09/txt/msg00275.txt.bz2 Hello, this is a ping for that patch: https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01958.html Thanks.