看板 DFBSD_commit 關於我們 聯絡資訊
commit e4a9e894bd085fd30611c992bb6b37b7342dc906 Author: Sascha Wildner <saw@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