View | Details | Raw Unified | Return to bug 282797
Collapse All | Expand All

(-)b/libgcc/enable-execute-stack-mprotect.c (-1 / +2 lines)
Lines 30-39 Link Here
30
30
31
static int need_enable_exec_stack;
31
static int need_enable_exec_stack;
32
32
33
static void check_enabling (void) __attribute__ ((unused));
34
extern void __enable_execute_stack (void *);
33
extern void __enable_execute_stack (void *);
35
34
36
#if defined __sun__ && defined __svr4__
35
#if defined __sun__ && defined __svr4__
36
static void check_enabling (void) __attribute__ ((unused));
37
37
static void __attribute__ ((constructor))
38
static void __attribute__ ((constructor))
38
check_enabling (void)
39
check_enabling (void)
39
{
40
{

Return to bug 282797