comparison dyncall/dyncall_call.S @ 269:3581366858a6

- cleanups
author Tassilo Philipp
date Sat, 27 May 2017 19:59:11 +0200
parents 03f0b683918a
children f5577f6bf97a
comparison
equal deleted inserted replaced
268:03f0b683918a 269:3581366858a6
78 #endif 78 #endif
79 79
80 80
81 /* Use .note.GNU-stack to explicitly indicate a non-exec stack, b/c of bad */ 81 /* Use .note.GNU-stack to explicitly indicate a non-exec stack, b/c of bad */
82 /* default behaviour when translating handwritten assembly files (needed on */ 82 /* default behaviour when translating handwritten assembly files (needed on */
83 /* GNU/* platforms, Android and FreeBSD, as tests have shown). */ 83 /* GNU platforms, Android and FreeBSD, as tests have shown). */
84 #if (defined(DC__C_CLANG) || defined(DC__C_GNU)) && defined(__ELF__) && (defined(DC__OS_Linux) || defined(DC__OS_FreeBSD)) 84 #if (defined(DC__C_CLANG) || defined(DC__C_GNU)) && defined(__ELF__) && (defined(DC__OS_Linux) || defined(DC__OS_FreeBSD))
85 .section .note.GNU-stack,"",%progbits 85 .section .note.GNU-stack,"",%progbits
86 #endif 86 #endif
87 87