From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24239 invoked by alias); 29 Oct 2007 20:06:59 -0000 Received: (qmail 24189 invoked by uid 22791); 29 Oct 2007 20:06:58 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Oct 2007 20:06:54 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-216-126.inter.net.il [84.229.216.126]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DZO05006 (AUTH halo1); Mon, 29 Oct 2007 22:05:41 +0200 (IST) Date: Mon, 29 Oct 2007 20:12:00 -0000 Message-Id: From: Eli Zaretskii To: luisgpm@linux.vnet.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <1193669215.4800.10.camel@localhost> (message from Luis Machado on Mon, 29 Oct 2007 11:46:55 -0300) Subject: Re: [PATCH] printf support for DFP values Reply-to: Eli Zaretskii References: <1193449497.6950.22.camel@localhost> <1193669215.4800.10.camel@localhost> 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: 2007-10/txt/msg00774.txt.bz2 > From: Luis Machado > Cc: gdb-patches@sourceware.org > Date: Mon, 29 Oct 2007 11:46:55 -0300 > > > > - double_arg, long_double_arg > > > + double_arg, long_double_arg, decfloat_arg > > > > You are using decfloat_arg unconditionally, but I don't see it defined > > anywhere in today's CVS. Am I missing something? > > decfloat_arg is being defined in an "enum" structure together with the > other values (double_arg, long_double_arg, int_arg etc). Defined where? I probably missed some file, because I searched for it in the current CVS and couldn't find, and neither do I see it in your patch.