From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26753 invoked by alias); 10 Aug 2009 09:35:46 -0000 Received: (qmail 26744 invoked by uid 22791); 10 Aug 2009 09:35:45 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Aug 2009 09:35:40 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id AA15D2900DE; Mon, 10 Aug 2009 11:35:37 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KjjVVIu6qSB9; Mon, 10 Aug 2009 11:35:37 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 1D0202900DB; Mon, 10 Aug 2009 11:35:37 +0200 (CEST) Cc: gdb-patches@sourceware.org Message-Id: <063F15E6-AFF2-4F50-B503-35C3237F1FA1@adacore.com> From: Tristan Gingold To: Joel Brobecker In-Reply-To: <20090716191129.GB7232@adacore.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [RFA Darwin]: Use bfd_mach_o_lookup_command to get interpreter Date: Mon, 10 Aug 2009 16:30:00 -0000 References: <20090706075741.GA77404@Macintosh-2.local> <20090716191129.GB7232@adacore.com> 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: 2009-08/txt/msg00141.txt.bz2 On Jul 16, 2009, at 9:11 PM, Joel Brobecker wrote: > Hi Tristan, > >> 2009-07-06 Tristan Gingold >> >> * solib-darwin.c (find_program_interpreter): Simplify the code by >> looking up for the load_dylinker command instead of reading the >> corresponding (but deprecated) section. >> (darwin_solib_create_inferior_hook): Adjust: do not free the >> interpreter path. > > That looks great. Go ahead and commit. Thanks, committed.