From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8787 invoked by alias); 15 Dec 2008 10:42:27 -0000 Received: (qmail 8777 invoked by uid 22791); 15 Dec 2008 10:42:27 -0000 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, 15 Dec 2008 10:41:52 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 662DC2900A2; Mon, 15 Dec 2008 11:41:49 +0100 (CET) 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 aH-06y3BXExg; Mon, 15 Dec 2008 11:41:48 +0100 (CET) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id CF88A2900A0; Mon, 15 Dec 2008 11:41:48 +0100 (CET) Received: by province.act-europe.fr (Postfix, from userid 560) id B1496165BC6; Mon, 15 Dec 2008 11:41:48 +0100 (CET) Date: Mon, 15 Dec 2008 10:42:00 -0000 From: Jerome Guitton To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/Ada] remove ref to fields and ref to slices Message-ID: <20081215104148.GG34644@adacore.com> References: <20081127100443.GA64300@adacore.com> <20081208233013.GJ3823@adacore.com> <20081209100418.GI52346@adacore.com> <20081209105430.GN3823@adacore.com> <20081212152918.GA65464@adacore.com> <20081212172521.GB6866@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081212172521.GB6866@adacore.com> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2008-12/txt/msg00275.txt.bz2 Joel Brobecker (brobecker@adacore.com): > > Here is a new patch, taking the comments into account. I'll work on > > the rest of the simplification on the coming month. In the meantime, > > and if you're OK, I'll commit this first change. > > Looks great! Please commit. Now committed; thank you.