diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index cd4bbe8242bd..c28cedde973f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -166,6 +166,8 @@ | |||
166 | 166 | ||
167 | #if GCC_VERSION >= 40100 | 167 | #if GCC_VERSION >= 40100 |
168 | # define __compiletime_object_size(obj) __builtin_object_size(obj, 0) | 168 | # define __compiletime_object_size(obj) __builtin_object_size(obj, 0) |
169 | |||
170 | #define __nostackprotector __attribute__((__optimize__("no-stack-protector"))) | ||
169 | #endif | 171 | #endif |
170 | 172 | ||
171 | #if GCC_VERSION >= 40300 | 173 | #if GCC_VERSION >= 40300 |