From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52732 invoked by alias); 9 Jan 2019 17:02:21 -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 51303 invoked by uid 89); 9 Jan 2019 17:02:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:241, him X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Jan 2019 17:02:19 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 19301C04958C; Wed, 9 Jan 2019 17:02:18 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D21B1600C8; Wed, 9 Jan 2019 17:02:17 +0000 (UTC) Subject: Re: [PATCH v2] gdb: Remove support for old mangling schemes To: Simon Marchi Cc: gdb-patches@sourceware.org References: <20190108232208.17487-1-simon.marchi@ericsson.com> <20190109045032.2146-1-simon.marchi@polymtl.ca> <83h8ehj0wi.fsf@gnu.org> <0da7933d5fb99c0c390acb5482cdcde7@polymtl.ca> <83d0p5izaq.fsf@gnu.org> <0cac57fee1e9b4d7b30f5939fbbc626c@polymtl.ca> From: Keith Seitz Message-ID: <4cea447d-f50f-341a-b2c7-9ec10bd764a0@redhat.com> Date: Wed, 09 Jan 2019 17:02: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: <0cac57fee1e9b4d7b30f5939fbbc626c@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00197.txt.bz2 On 1/9/19 8:18 AM, Simon Marchi wrote: > I'll just wait for the confirmation from Keith that v2 is ok with him > before pushing. Absolutely! Please, approve your patch! ;-) Keith