From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15911 invoked by alias); 24 Dec 2010 02:55:25 -0000 Received: (qmail 15901 invoked by uid 22791); 24 Dec 2010 02:55:24 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BL X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Dec 2010 02:55:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 30D4E2BACCE; Thu, 23 Dec 2010 21:55:19 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jImMzI+AmINi; Thu, 23 Dec 2010 21:55:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B48192BACD1; Thu, 23 Dec 2010 21:55:18 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E7D351457B3; Fri, 24 Dec 2010 03:55:12 +0100 (CET) Date: Fri, 24 Dec 2010 05:14:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: Jan Kratochvil , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch] renaming: bp_location: b->bl &co. [Re: [patch 1/2] Convert hardware watchpoints to use breakpoint_ops] Message-ID: <20101224025512.GY2596@adacore.com> References: <1282074071.2606.702.camel@hactar> <201010161843.43062.pedro@codesourcery.com> <1287534691.2686.17.camel@hactar> <20101116040625.GB19243@host0.dyn.jankratochvil.net> <20101116080721.GC4434@adacore.com> <20101116185101.GA32061@host0.dyn.jankratochvil.net> <20101117034556.GA12159@host0.dyn.jankratochvil.net> <1293128951.14239.6.camel@hactar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1293128951.14239.6.camel@hactar> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-12/txt/msg00449.txt.bz2 > 2010-12-23 Jan Kratochvil > > Code cleanup - renaming. > * breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for > `**bp_location' helper variables, b_tmp for `*breakpoint' helper > variables. > > Ok to check this one in? Do you think a more elaborate ChangeLog entry > is needed? I think that's fine. These are just renames, so as long as the renames have been agreed on, it's OK to treat them as obvious changes. -- Joel