git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f191800
)
[IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility
author
Tony Luck
<tony.luck@intel.com>
Fri, 31 Mar 2006 18:28:29 +0000
(10:28 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Fri, 31 Mar 2006 18:28:29 +0000
(10:28 -0800)
gcc3 thinks that a 32-bit field of a u64 type is itself a u64, so
should be printed with "%ld". gcc4 thinks it needs just "%d".
Make both versions happy by avoiding this construct.
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found