summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-04-17 11:10:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-04-17 11:10:34 +0000
commit63b7308b896797ce8670c19f6650c6cfd7d49c5f (patch)
tree56dd81e33ec9593b172327c56457313d9cddc825
parente5980a47c6756c127223ad4a8d913428e7869797 (diff)
Do not disable the stack protector by default anymore.
-rw-r--r--gnu/gcc/gcc/config/sh/sh.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/gcc/gcc/config/sh/sh.c b/gnu/gcc/gcc/config/sh/sh.c
index e00d862dca5..0ba7f259073 100644
--- a/gnu/gcc/gcc/config/sh/sh.c
+++ b/gnu/gcc/gcc/config/sh/sh.c
@@ -10955,11 +10955,6 @@ sh_override_options (void)
{
int regno;
-#if defined(OPENBSD_NATIVE) || defined(OPENBSD_CROSS)
- /* disable stack protection for now */
- flag_stack_protect = 0;
-#endif
-
if (flag_finite_math_only == 2)
flag_finite_math_only
= !flag_signaling_nans && TARGET_SH2E && ! TARGET_IEEE;