mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-05 13:37: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> |
||
|---|---|---|
| .. | ||
| arch-arm720t | ||
| arch-arm925t | ||
| arch-arm926ejs | ||
| arch-arm1136 | ||
| arch-at91cap9 | ||
| arch-at91rm9200 | ||
| arch-davinci | ||
| arch-imx | ||
| arch-ixp | ||
| arch-ks8695 | ||
| arch-lpc2292 | ||
| arch-omap | ||
| arch-pxa | ||
| arch-s3c24x0 | ||
| arch-s3c44b0 | ||
| arch-sa1100 | ||
| proc-armv | ||
| atomic.h | ||
| bitops.h | ||
| byteorder.h | ||
| dma-mapping.h | ||
| errno.h | ||
| global_data.h | ||
| hardware.h | ||
| io.h | ||
| mach-types.h | ||
| memory.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| setup.h | ||
| sizes.h | ||
| string.h | ||
| types.h | ||
| u-boot-arm.h | ||
| u-boot.h | ||