git: gcc: Remove support for the %z conversion specifier in printf-like stuff.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed May 4 18:43:06 PDT 2011
commit e4a9e894bd085fd30611c992bb6b37b7342dc906
Author: Sascha Wildner <saw at online.de>
Date: Thu May 5 03:41:24 2011 +0200
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.
Summary of changes:
contrib/gcc-4.1/gcc/c-format.c | 1 -
contrib/gcc-4.4/gcc/c-format.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4a9e894bd085fd30611c992bb6b37b7342dc906
--
DragonFly BSD source repository
More information about the Commits
mailing list