summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2008-05-08 16:54:29 +0000
committermiod <miod@openbsd.org>2008-05-08 16:54:29 +0000
commit7206ba19fbf37a170e3ba050831893a8b763614f (patch)
treeeefa3d25ae22d1acc19d00c3dcebb4875a4ca00a
parentRetire types(5) man page. It was hopelessly out of date and never (diff)
downloadwireguard-openbsd-7206ba19fbf37a170e3ba050831893a8b763614f.tar.xz
wireguard-openbsd-7206ba19fbf37a170e3ba050831893a8b763614f.zip
Due to the recent changes, it is no longer necessary to disable -fregmove
anymore.
-rw-r--r--gnu/usr.bin/gcc/gcc/config/sh/sh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sh/sh.c b/gnu/usr.bin/gcc/gcc/config/sh/sh.c
index 9f138a6970c..3e31d619460 100644
--- a/gnu/usr.bin/gcc/gcc/config/sh/sh.c
+++ b/gnu/usr.bin/gcc/gcc/config/sh/sh.c
@@ -8104,9 +8104,6 @@ sh_override_options (void)
#if defined(OPENBSD_NATIVE) || defined(OPENBSD_CROSS)
/* disable stack protection for now */
flag_propolice_protection = 0;
-
- /* -fregmove is known to produce bad code on SuperH */
- flag_regmove = 0;
#endif
sh_cpu = CPU_SH1;