From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5103 invoked by alias); 28 Sep 2011 08:26:54 -0000 Received: (qmail 5089 invoked by uid 22791); 28 Sep 2011 08:26:52 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Sep 2011 08:26:33 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LS8006004GMKD00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Sep 2011 11:26:32 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.8.215]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LS8006614S78A80@a-mtaout22.012.net.il>; Wed, 28 Sep 2011 11:26:32 +0300 (IDT) Date: Wed, 28 Sep 2011 09:15:00 -0000 From: Eli Zaretskii Subject: Re: [patch, doc] add-symbol-file In-reply-to: <4E82D15B.1080804@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hb3xf4xy.fsf@gnu.org> References: <4E82D15B.1080804@codesourcery.com> 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: 2011-09/txt/msg00468.txt.bz2 > Date: Wed, 28 Sep 2011 15:48:43 +0800 > From: Yao Qi > > In GDB, when using add-symbol-file with `-s' option, `address' is still > needed, but `address' is missing corresponding documentation. Beside > this, there should be a space after `-s'. This patch is to address > them. OK for mainline? Yes, but please lose all the @r{} markup in the lines you modify, it is not needed there. Thanks.