Teach gcc41 about %b and %D taking two parameters in a better way.
authorSascha Wildner <saw@online.de>
Mon, 4 Oct 2010 06:33:54 +0000 (08:33 +0200)
committerSascha Wildner <saw@online.de>
Mon, 4 Oct 2010 10:58:28 +0000 (12:58 +0200)
commitc3f667bda27b6b92b8c514d579ac649eb5fe9a69
tree5288ccbb1a1c0534b608e8f965c5c7ada8a0cf85
parent520bf606b02331e22daa40880bb0172f6f347fc5
Teach gcc41 about %b and %D taking two parameters in a better way.

Previously, we had special code to handle the properties of %b and %D
(which are for printing bit masks and hexdumps, respectively). Remove
this code and instead use chained format_char_info's to pass the
information that both of these formats consume two arguments.
contrib/gcc-4.1/gcc/c-format.c