From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25751 invoked by alias); 18 Oct 2011 21:04:54 -0000 Received: (qmail 25742 invoked by uid 22791); 18 Oct 2011 21:04:53 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 21:04:29 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LTA00D004Z4C100@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 18 Oct 2011 23:04:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTA00DRU57DAV40@a-mtaout21.012.net.il>; Tue, 18 Oct 2011 23:04:28 +0200 (IST) Date: Tue, 18 Oct 2011 21:26:00 -0000 From: Eli Zaretskii Subject: Re: [patch 3/3] Implement qXfer:libraries for Linux/gdbserver #3 In-reply-to: <20111018205220.GC31533@host1.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org, drow@false.org, ppluzhnikov@google.com Reply-to: Eli Zaretskii Message-id: <83fwiqui3p.fsf@gnu.org> References: <20111018205220.GC31533@host1.jankratochvil.net> 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-10/txt/msg00513.txt.bz2 > Date: Tue, 18 Oct 2011 22:52:20 +0200 > From: Jan Kratochvil > Cc: Daniel Jacobowitz , Paul Pluzhnikov > > +For SVR4 systems, a single segment is reported. For SVR4 system the > +@code{library-list} element should have @code{main-lm} attribute with address > +of @code{struct link_map} used for the main executable. Can we reword this not to say "For SVR4 systems" twice in a row? Okay with that change. Thanks.