From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116822 invoked by alias); 12 Jun 2018 02:03:30 -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 116813 invoked by uid 89); 12 Jun 2018 02:03:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_1,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*tom X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Jun 2018 02:03:28 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 8624B1E481; Mon, 11 Jun 2018 22:03:25 -0400 (EDT) Subject: Re: [PATCH RFC 1/5] Rename some functions, index -> gdb_index To: Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <1525901216-15031-1-git-send-email-simon.marchi@ericsson.com> <1525901216-15031-2-git-send-email-simon.marchi@ericsson.com> <87bmdn1caf.fsf@tromey.com> From: Simon Marchi Message-ID: <65c2c084-1e2e-2f52-73f3-8ace9a6323ea@simark.ca> Date: Tue, 12 Jun 2018 02:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <87bmdn1caf.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00301.txt.bz2 On 2018-05-10 04:33 PM, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> * dwarf2read.c (read_index_from_section): Rename to... > Simon> (read_gdb_index_from_section): ... this, update all callers. > Simon> (dwarf2_read_index): Rename to... > Simon> (dwarf2_read_gdb_index): ... this, update all callers. > > This seems reasonable to me. Thanks, I pushed this one too by itself. Simon