mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-05 05:27:45 +01:00
---------------------------------------------------------------- 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> |
||
|---|---|---|
| .. | ||
| addrspace.h | ||
| au1x00.h | ||
| bitops.h | ||
| byteorder.h | ||
| cachectl.h | ||
| cacheops.h | ||
| global_data.h | ||
| inca-ip.h | ||
| io.h | ||
| isadep.h | ||
| mipsregs.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| reg.h | ||
| regdef.h | ||
| sgidefs.h | ||
| string.h | ||
| system.h | ||
| types.h | ||
| u-boot.h | ||