From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23322 invoked by alias); 8 Apr 2013 17:54:17 -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 23290 invoked by uid 89); 8 Apr 2013 17:54:17 -0000 X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_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; Mon, 08 Apr 2013 17:54:16 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r38HsD25016892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 8 Apr 2013 13:54:13 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r38HsC5f001971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 8 Apr 2013 13:54:13 -0400 From: Tom Tromey To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: darwin: fix SO name in "info sharedlibrary" References: <87r4s83lu5.fsf@fleche.redhat.com> <20130328011107.GA17105@adacore.com> <87li97cz5j.fsf@fleche.redhat.com> <20130328232724.GF4758@adacore.com> <20130329015304.GJ4758@adacore.com> Date: Tue, 09 Apr 2013 02:17:00 -0000 In-Reply-To: <20130329015304.GJ4758@adacore.com> (Joel Brobecker's message of "Thu, 28 Mar 2013 18:53:04 -0700") Message-ID: <87sj30ucvv.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-04/txt/msg00199.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> Here is the patch. 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. Tom