From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 623 invoked by alias); 25 Aug 2009 03:00:43 -0000 Received: (qmail 613 invoked by uid 22791); 25 Aug 2009 03:00:43 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Aug 2009 03:00:33 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KOW00E00W9G3200@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Tue, 25 Aug 2009 06:00:30 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.180.85]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KOW00CDNWCUE070@i-mtaout7.012.net.il>; Tue, 25 Aug 2009 06:00:30 +0300 (IDT) Date: Tue, 25 Aug 2009 03:47:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Fix too many "no debugging symbols found" warnings. In-reply-to: To: Doug Evans Cc: tromey@redhat.com, pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838wh8egxc.fsf@gnu.org> References: <20090523232414.BED2B846C2@localhost> <200907022344.12495.pedro@codesourcery.com> <200907201402.47393.pedro@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: 2009-08/txt/msg00404.txt.bz2 > Date: Mon, 24 Aug 2009 14:13:49 -0700 > From: Doug Evans > Cc: Pedro Alves , Eli Zaretskii , gdb-patches@sourceware.org > > * doc/gdb.texinfo: Delete `set print symbol-loading'. > Add note on new optional regex arg to `info sharedlibrary'. This part of the patch is fine with me, but please state the name of the node in the ChangeLog entry, as if it were a function where you made the change. Also, the ChangeLog entry should be in gdb/doc/ChangeLog, not in gdb/ChangeLog, and it should not therefore include the "doc/" part before the file name. Thanks.