From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24102 invoked by alias); 29 Jun 2009 15:40:20 -0000 Received: (qmail 24076 invoked by uid 22791); 29 Jun 2009 15:40:19 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 15:40:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BB7F92BAB55; Mon, 29 Jun 2009 11:40:12 -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 mI4wAzCfzpy3; Mon, 29 Jun 2009 11:40:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0BA272BAAFD; Mon, 29 Jun 2009 11:40:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CD7ABF5AF0; Mon, 29 Jun 2009 08:40:02 -0700 (PDT) Date: Mon, 29 Jun 2009 15:40:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [rfa/Ada] Remove current_gdbarch from ensure_lval Message-ID: <20090629154002.GE7584@adacore.com> References: <200906261554.n5QFsDgD030625@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906261554.n5QFsDgD030625@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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-06/txt/msg00819.txt.bz2 > * ada-lang.h (ada_convert_actual): Add GDBARCH argument. > * ada-lang.c (convert_actual): Remove stale prototype. > (ensure_lval, make_array_descriptor, ada_convert_actual): > Add GDBARCH argument and pass through to subroutine calls. > (ensure_lval): Use GDBARCH instead of current_gdbarch. > * infcall.c (value_arg_coerce): Update ada_convert_actual call. This is OK. Thank you, -- Joel