the following patch was just integrated into master: commit 0f446f71c39bd8bff9a399826e584a2863217ca7 Author: Patrick Georgi patrick@georgi-clan.de Date: Sun Mar 11 19:31:03 2012 +0100
printf: Remove some L modifier uses
We use the L modifier in a non-standard way (for long long instead of long double, which we have no business with). clang complains, to reduce its use, to make emulation/qemu-x86 happier. Long term, we should consider eliminating public uses of 'L' (but internal use in vtxprintf to denote long long is fine)
Change-Id: If9a17d9ae9925cdc8736445e7d5eedc59c7028c6 Signed-off-by: Patrick Georgi patrick@georgi-clan.de
See http://review.coreboot.org/781 for details.
-gerrit