summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-09-23 01:37:51 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-09-23 01:37:51 +0000
commitdbe86ef0cad473922ebbee79d6382d5753a8ea84 (patch)
treea6cf76f9f4ff4a4f419ae7e8247642648ad06617
parenta5abc569ffea50d6806c9d2a75395649c37ff358 (diff)
Activate exec-stack.h on m68k. This is not really necessary on this arch,
but being consistent with the other arches is a plus, and by replacing the existing - and bogus - m68k trampoline code, this makes nested functions usable on m68k, should that become ever necessary.
-rw-r--r--gnu/egcs/gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc
index fb6721a08ca..f46b3bfb31e 100644
--- a/gnu/egcs/gcc/config.gcc
+++ b/gnu/egcs/gcc/config.gcc
@@ -1530,7 +1530,7 @@ m68k*-*-netbsd*)
use_collect2=yes
;;
m68k*-*-openbsd*)
-# tm_file="${tm_file} exec-stack.h"
+ tm_file="${tm_file} exec-stack.h"
tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
float_format=m68k
# we need collect2 until our bug is fixed...