From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24810 invoked by alias); 14 Nov 2007 22:52:59 -0000 Received: (qmail 24799 invoked by uid 22791); 14 Nov 2007 22:52:58 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 22:52:57 +0000 Received: (qmail 29164 invoked from network); 14 Nov 2007 22:52:55 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Nov 2007 22:52:55 -0000 To: "Douglas Evans" Cc: gdb-patches@sourceware.org Subject: Re: RFA: fix start_subfile, start_symtab argument descriptions References: From: Jim Blandy Date: Wed, 14 Nov 2007 22:52:00 -0000 In-Reply-To: (Douglas Evans's message of "Wed, 14 Nov 2007 13:53:33 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2007-11/txt/msg00292.txt.bz2 "Douglas Evans" writes: > Ok to check in? This just fixes the description of the DIRNAME > argument to start_subfile and adds descriptions of the arguments to > start_symtab. > > I didn't include a ChangeLog entry in this particular case since it's > just comment fixes. I can certainly provide one if you want it > checked in with one. Yes, please commit. The ChangeLog entry for such changes can simply be something like: * buildsym.c (start_subfile): Doc fixes.