Files
u-boot/include/linux
Jeroen Hofstee 7ea50d5284 compiler_gcc: do not redefine __gnu_attributes
gcc allows extensions to be non compiler specific by defining
__* macros for the attributes supported by gcc. Having a
different definition causes many warnings during the build
(cdefs.h on FreeBSD uses __attribute((__pure__)) where u-boot
uses __attribute__((pure)) for example). Do not redefine
these macros to suppress these warnings.

This patch ignores the checkpatch warning:
WARNING: __packed is preferred over __attribute__((packed))

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2013-09-06 13:09:07 -04:00
..
2011-10-01 21:56:20 +02:00
2011-01-18 23:38:08 +01:00
2011-10-17 22:25:34 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2009-12-05 01:30:23 +01:00
2011-09-11 21:24:09 +02:00
2013-05-31 17:12:03 -05:00
2012-10-15 11:53:47 -07:00
2013-04-01 16:33:52 -04:00