You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Use .note.GNU-stack to explicitly indicate a non-exec stack, b/c of bad */
18
+
/* default behaviour when translating handwritten assembly files (needed on */
19
+
/* GNU/* platforms, Android and FreeBSD, as tests have shown). */
20
+
/* Platform tests are documented at http://git.savannah.gnu.org/gitweb/?p=libffcall.git;a=blob;f=porting-tools/execstack/README */
21
+
#if (defined(__GNUC__) || defined (__llvm__) || defined (__clang__)) && defined(__ELF__) && (defined (__linux__) || defined (__linux) || defined (__gnu_linux__) || defined(__FreeBSD__) || defined (__FreeBSD_kernel__))
0 commit comments