From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12153 invoked by alias); 16 Jul 2004 21:46:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12003 invoked from network); 16 Jul 2004 21:46:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Jul 2004 21:46:36 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6GLkae3010095 for ; Fri, 16 Jul 2004 17:46:36 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6GLkZa05285; Fri, 16 Jul 2004 17:46:35 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A3EBC2B9D; Fri, 16 Jul 2004 17:46:33 -0400 (EDT) Message-ID: <40F84CB9.6090005@gnu.org> Date: Fri, 16 Jul 2004 21:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Joel Brobecker Cc: Paul Hilfinger , gdb@sources.redhat.com Subject: Re: Ada's formats References: <200407090156.i691uerY026306@tully.CS.Berkeley.EDU> <40F58F8A.5060304@gnu.org> <20040715234320.GI3095@gnat.com> <40F72C0D.5000504@gnu.org> <20040716032319.GK3095@gnat.com> <40F7E2E5.4090401@gnu.org> <20040716152512.GZ3095@gnat.com> In-Reply-To: <20040716152512.GZ3095@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00219.txt.bz2 >>Can "we" (I hate this abuse of the Queens English) delete the existing, >>> broken code then? With that resolved, its possible to move onto the >>> next Ada problem. > > > Could you explain which part of the code you're refering to? Uses of the struct language_format_info in core GDB (which translates to local_.*_format macros). Rip that out and I suspect that you'll find adding ada's formatting using method rather than printf formats is trivial. Andrew