This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] printf support for DFP values


On Mon, Oct 29, 2007 at 10:05:41PM +0200, Eli Zaretskii wrote:
> > From: Luis Machado <luisgpm@linux.vnet.ibm.com>
> > 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.

The above is a definition:

    enum argclass
      {
        int_arg, long_arg, long_long_arg, ptr_arg, string_arg,
        double_arg, long_double_arg
      };

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]