From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112542 invoked by alias); 14 Feb 2020 07:39:24 -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 112525 invoked by uid 89); 14 Feb 2020 07:39:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Feb 2020 07:39:22 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7E31FAC69; Fri, 14 Feb 2020 07:39:20 +0000 (UTC) Subject: Re: [PATCH] Speedup lnp_state_machine::handle_special_opcode To: Pedro Alves , Richard Biener , gdb-patches@sourceware.org References: From: Tom de Vries Message-ID: Date: Fri, 14 Feb 2020 07:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00551.txt.bz2 On 13-02-2020 19:26, Pedro Alves wrote: > Arguably the the compiler should do this for us. *cough* :-) > > On 2/13/20 2:23 PM, Tom de Vries wrote: >> On 13-02-2020 14:03, Richard Biener wrote: >>> Care to pick up this one-time patch without myself becoming familiar >>> with gdb testing & patch submission? >> >> Of course. Added ChangeLog entry, build and reg-tested on x86_64-linux. > > The ChangeLog entry (as well a git author) should reflect the patch's > authorship. > Committed with those change @ https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=258bf0ee3748d4354e13daf00f02266cafa96389 . Thanks, - Tom