We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3965d1 + dcc7db1 commit f808480Copy full SHA for f808480
CoreFoundation/Base.subproj/CFAsmMacros.h
@@ -14,7 +14,7 @@
14
#define CONCAT_EXPANDED(a,b) CONCAT(a,b)
15
#define _C_LABEL(name) CONCAT_EXPANDED(__USER_LABEL_PREFIX__,name)
16
17
-#if defined(__GNU__) || defined(__ANDROID__) || defined(__FreeBSD__)
+#if defined(__GNU__) || defined(__GNUC__) || defined(__ANDROID__) || defined(__FreeBSD__)
18
#define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits
19
#else
20
#define NO_EXEC_STACK_DIRECTIVE
0 commit comments