From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21407 invoked by alias); 10 Jun 2013 19:34:47 -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 21392 invoked by uid 89); 10 Jun 2013 19:34:46 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-oa0-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 19:34:45 +0000 Received: by mail-oa0-f54.google.com with SMTP id o17so6560885oag.13 for ; Mon, 10 Jun 2013 12:34:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=UWCa1YBkSNWQkIol3Q2hEFnbHH7K3SQWIkGO6wwvmpg=; b=feOWBgyERFb/Y0+x0ks4I0+gb9YjO1TdclFBHmArAs4WrJ95ssb+a2y4n0fz5HjAhd 9H9G/cW7wWUp26rz5yP0OC3KWO8VbBPx8xqhHRzB59B/CWSA1JUeDo4tdipqhd/LxYG9 NAGOc3zmUYAbCCAZVNLD3+9Re3Tp0eGF7DVU+yz18P3C9lBw7vZ3738OfpEBkMzZdRm/ THOzNjBWswKwF8nQb94ziQ5rm7ZTwQc8eW/HAOYBv6vOSbPYPPi87Af/BBGbvaJ462FE k3gUIiU7FUvdtyOpNS8J8nKnVjiiW7Zc3SWoTIaoDy2QCSEEMhue89/Jvt/GNWazMO6R 1ulA== MIME-Version: 1.0 X-Received: by 10.60.61.11 with SMTP id l11mr9633068oer.95.1370892883818; Mon, 10 Jun 2013 12:34:43 -0700 (PDT) Received: by 10.182.78.162 with HTTP; Mon, 10 Jun 2013 12:34:43 -0700 (PDT) In-Reply-To: <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> <20130609170924.GA1607@host2.jankratochvil.net> Date: Tue, 11 Jun 2013 06:32:00 -0000 Message-ID: Subject: Re: [commit] [patchv2] Ignore the first entry returned by svr4_current_sos_via_xfer_libraries for dynamically linked programs From: Ben Cheng To: Jan Kratochvil Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl7BIXWw2sMjgN+LgnAT8Ugo/yEay7yWKWpNjRU3o4jfhusp55M9DzV3BSSZf8CqL7pkCkg8Au+mYLA8Rpk30rhmPupMeB9xuqZDdMr0dHggu+FC3DR79/p5GLb1qHkcZbj3cLDqcHxgtROnlA9EHUoXrWzEw/bWfOqIBU8tYa6uQMxgpw6uGavJQpMoFt4/2JeKxOBQ27glqm1Ad2//Bp9uO0PDQ== X-SW-Source: 2013-06/txt/msg00235.txt.bz2 Awesome thanks! On Sun, Jun 9, 2013 at 10:09 AM, Jan Kratochvil wrote: > 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