From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22328 invoked by alias); 9 Jun 2013 17:09:33 -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 22315 invoked by uid 89); 9 Jun 2013 17:09:31 -0000 X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 09 Jun 2013 17:09:31 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r59H9SmE025996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 9 Jun 2013 13:09:28 -0400 Received: from host2.jankratochvil.net (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r59H9O9J004187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 9 Jun 2013 13:09:27 -0400 Date: Sun, 09 Jun 2013 18:08:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Ben Cheng , gdb-patches@sourceware.org Subject: [commit] [patchv2] Ignore the first entry returned by svr4_current_sos_via_xfer_libraries for dynamically linked programs Message-ID: <20130609170924.GA1607@host2.jankratochvil.net> References: <20130604180722.GA23588@host2.jankratochvil.net> <20130604202301.GA8999@host2.jankratochvil.net> <20130604205700.GA10677@host2.jankratochvil.net> <20130605113800.GA10973@host2.jankratochvil.net> <51AF4C5B.5080104@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51AF4C5B.5080104@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-06/txt/msg00192.txt.bz2 On Wed, 05 Jun 2013 16:34:03 +0200, Pedro Alves wrote: > On 06/05/2013 12:38 PM, Jan Kratochvil wrote: > > Fix compatibility with Android Bionic. > > * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if > > it is not empty. > > Looks right to me. Checked in: http://sourceware.org/ml/gdb-cvs/2013-06/msg00065.html Thanks, Jan