gcc: Remove support for the %z conversion specifier in printf-like stuff.
authorSascha Wildner <saw@online.de>
Thu, 5 May 2011 01:41:24 +0000 (03:41 +0200)
committerSascha Wildner <saw@online.de>
Thu, 5 May 2011 01:42:15 +0000 (03:42 +0200)
commite4a9e894bd085fd30611c992bb6b37b7342dc906
treea3881bc51fd0efb3daf8559c082347fdf99bd5cc
parente4dbb174c0b778373e296feae63547be6671c01a
gcc: Remove support for the %z conversion specifier in printf-like stuff.

This was previously needed for printing signed hex numbers from ddb(4).

Now that ddb(4) has been modified to no longer need it, get rid of the
compiler change too.
contrib/gcc-4.1/gcc/c-format.c
contrib/gcc-4.4/gcc/c-format.c