.. | .. |
---|
27 | 27 | */ |
---|
28 | 28 | #define OPTIMIZER_HIDE_VAR(var) barrier() |
---|
29 | 29 | |
---|
30 | | -/* Intel ECC compiler doesn't support __builtin_types_compatible_p() */ |
---|
31 | | -#define __must_be_array(a) 0 |
---|
32 | | - |
---|
33 | 30 | #endif |
---|
34 | 31 | |
---|
35 | 32 | /* icc has this, but it's called _bswap16 */ |
---|
36 | 33 | #define __HAVE_BUILTIN_BSWAP16__ |
---|
37 | 34 | #define __builtin_bswap16 _bswap16 |
---|
38 | | - |
---|
39 | | -/* The following are for compatibility with GCC, from compiler-gcc.h, |
---|
40 | | - * and may be redefined here because they should not be shared with other |
---|
41 | | - * compilers, like clang. |
---|
42 | | - */ |
---|
43 | | -#define __visible __attribute__((externally_visible)) |
---|