Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 725676 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/gcc/config/pa/pa.c
0
++ b/gcc/config/pa/pa.c
Lines 10152-10159 Link Here
10152
    }
10152
    }
10153
10153
10154
#ifdef HAVE_ENABLE_EXECUTE_STACK
10154
#ifdef HAVE_ENABLE_EXECUTE_STACK
10155
  emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
10155
  emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
10156
		     LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode);
10156
		     LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode);
10157
#endif
10157
#endif
10158
}
10158
}
10159
10159

Return to bug 725676