From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2450 invoked by alias); 25 Jun 2013 15:04:38 -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 2440 invoked by uid 89); 25 Jun 2013 15:04:38 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 25 Jun 2013 15:04:37 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MOY00600EPJH500@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 25 Jun 2013 18:04:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOY006XPF71HZ10@a-mtaout23.012.net.il>; Tue, 25 Jun 2013 18:04:13 +0300 (IDT) Date: Tue, 25 Jun 2013 15:13:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v10 3/5] Documentation for the remove-symbol-file command. In-reply-to: <388084C8C1E6A64FA36AD1D656E485661A7A6C32@IRSMSX106.ger.corp.intel.com> To: "Blanc, Nicolas" Cc: gdb-patches@sourceware.org, lgustavo@codesourcery.com Reply-to: Eli Zaretskii Message-id: <83ip12i657.fsf@gnu.org> References: <1372062967-28510-1-git-send-email-nicolas.blanc@intel.com> <1372062967-28510-4-git-send-email-nicolas.blanc@intel.com> <83mwqfjxej.fsf@gnu.org> <388084C8C1E6A64FA36AD1D656E485661A7A6C32@IRSMSX106.ger.corp.intel.com> X-SW-Source: 2013-06/txt/msg00708.txt.bz2 > From: "Blanc, Nicolas" > CC: "gdb-patches@sourceware.org" , > "lgustavo@codesourcery.com" > Date: Tue, 25 Jun 2013 09:13:35 +0000 > > > >> The symbol table of the file @var{filename} is added to the symbol > >> table originally read with the @code{symbol-file} command. You can > >> use the @code{add-symbol-file} command any number of times; the new > >> symbol data -thus read keeps adding to the old. To discard all old > >> symbol data -instead, use the @code{symbol-file} command without any arguments. > >> +thus read keeps adding to the old. > > ^^^^^^^^^^^^^^^^^^^^^^^ > > I guess you meant "is kept in addition to the old", right? > > > > Thanks. > > This sentence "the new symbol data thus read keeps adding to the old." is original. > I removed the next one on the same line. "keeps adding" sounds ok > to my ears but I am not a native speaker. So I'll follow your recommendation. > Should I change the sentence? Yes, please.