From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76030 invoked by alias); 15 Jun 2015 15:12:14 -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 75943 invoked by uid 89); 15 Jun 2015 15:12:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 15 Jun 2015 15:12:07 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id A290E19CBBD; Mon, 15 Jun 2015 15:12:06 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5FFC2wl011907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Jun 2015 11:12:05 -0400 Date: Mon, 15 Jun 2015 15:12:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Aleksandar Ristovski Subject: [commit] [PATCH v7 03/10] Code cleanup: Rename enum -> enum filterflags Message-ID: <20150615151202.GC30809@host1.jankratochvil.net> References: <20150614192542.18346.87859.stgit@host1.jankratochvil.net> <20150614192606.18346.1038.stgit@host1.jankratochvil.net> <20150615133406.GD25717@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150615133406.GD25717@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00314.txt.bz2 On Mon, 15 Jun 2015 15:34:06 +0200, Joel Brobecker wrote: > > gdb/ChangeLog > > 2015-06-07 Jan Kratochvil > > > > * linux-tdep.c (enum filterflags): Make it from anonymous enum. > > (dump_mapping_p): Use it for parameter filterflags. > > (linux_find_memory_regions_full): Use it for variable filterflags. > > Would be OK with me, Checked in: 31b7833d205031b52996982f5da025d60c6e052f > pending comments from Sergio. Sergio already expressed his agreement: https://sourceware.org/ml/gdb-patches/2015-06/msg00107.html Jan