mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
b075d74efb
---------------------------------------------------------------- Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)] Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. GCC can be made to warn about usage of long long types with ISO C90 (-ansi), but only with -pedantic. You can write this in a way that even then it doesn't cause warnings, namely by: #ifdef __GNUC__ __extension__ typedef __signed__ long long __s64; __extension__ typedef unsigned long long __u64; #endif The __extension__ keyword in front of this switches off any pedantic warnings for this expression. Signed-off-by: Olaf Hering <olh@suse.de> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> ---------------------------------------------------------------- Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> |
||
---|---|---|
.. | ||
coldfire | ||
bitops.h | ||
byteorder.h | ||
errno.h | ||
fec.h | ||
fsl_i2c.h | ||
fsl_mcdmafec.h | ||
global_data.h | ||
immap.h | ||
immap_547x_8x.h | ||
immap_5227x.h | ||
immap_5235.h | ||
immap_5249.h | ||
immap_5253.h | ||
immap_5271.h | ||
immap_5272.h | ||
immap_5282.h | ||
immap_5329.h | ||
immap_5445x.h | ||
io.h | ||
m547x_8x.h | ||
m5227x.h | ||
m5235.h | ||
m5249.h | ||
m5253.h | ||
m5271.h | ||
m5272.h | ||
m5282.h | ||
m5329.h | ||
m5445x.h | ||
posix_types.h | ||
processor.h | ||
ptrace.h | ||
rtc.h | ||
string.h | ||
timer.h | ||
types.h | ||
u-boot.h | ||
uart.h |