Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4
[linux-2.6-microblaze.git] / include / linux / compiler_attributes.h
index 183ddd5..7b1fa5c 100644 (file)
@@ -36,6 +36,7 @@
 # define __GCC4_has_attribute___nonstring__           0
 # define __GCC4_has_attribute___no_sanitize_address__ (__GNUC_MINOR__ >= 8)
 # define __GCC4_has_attribute___no_sanitize_undefined__ (__GNUC_MINOR__ >= 9)
+# define __GCC4_has_attribute___no_sanitize_coverage__ 0
 # define __GCC4_has_attribute___fallthrough__         0
 #endif