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] Improve printf DFP support


> From: Luis Machado <luisgpm@linux.vnet.ibm.com>
> Date: Tue, 08 Jan 2008 11:27:36 -0200
> 
> This is an improvement over the last patch i have submited to add DFP
> support for GDB's printf command.
> 
> The DFP modifiers are now being treated as length modifiers, and not
> type modifiers. This puts us in agreement with what the C99 standard's
> DFP annex says.
> 
> The parsing of the string is a bit more robust than the last version.
> 
> A documentation and testcase updated is attached as well.

Thanks.  The documentation part of the patch is approved, but please
include in the ChangeLog entry the name of the node where you make the
change, as if it were a function.


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