From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20341 invoked by alias); 11 Apr 2013 01:24:42 -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 20328 invoked by uid 89); 11 Apr 2013 01:24:42 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 01:24:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A1A582E8B7 for ; Wed, 10 Apr 2013 21:24:40 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 72oYejKCbsjz for ; Wed, 10 Apr 2013 21:24:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 707542E0CD for ; Wed, 10 Apr 2013 21:24:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C1190C2B76; Wed, 10 Apr 2013 18:24:38 -0700 (PDT) Date: Thu, 11 Apr 2013 05:40:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: checked in: darwin: fix SO name in "info sharedlibrary" Message-ID: <20130411012438.GG24389@adacore.com> References: <87r4s83lu5.fsf@fleche.redhat.com> <20130328011107.GA17105@adacore.com> <87li97cz5j.fsf@fleche.redhat.com> <20130328232724.GF4758@adacore.com> <20130329015304.GJ4758@adacore.com> <87sj30ucvv.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sj30ucvv.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-04/txt/msg00294.txt.bz2 > Joel> gdb/ChangeLog: > > Joel> * solib-darwin.c (darwin_bfd_open): Set the filename of the > Joel> returned bfd to a copy of PATHNAME. > > Joel> Tested on x86_64-darwin, no regression. Does it look OK for the branch? > > Looks good to me. Thanks, Tom. Checked in. -- Joel