summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-02-06 10:39:33 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-02-06 10:39:33 +0000
commitf9e526b2f18fa28591dfc08b64de77b918f65405 (patch)
tree5fcd29b172016721b0c057e10c545a3ba170284d /share/man
parent73308402ce13cb10c9d43524cde2e1d60871274d (diff)
disallow trampolines by default. okay miod@, jmc@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man1/gcc-local.113
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index e5e88093075..6e363176903 100644
--- a/share/man/man1/gcc-local.1
+++ b/share/man/man1/gcc-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gcc-local.1,v 1.9 2005/01/18 03:37:46 david Exp $
+.\" $OpenBSD: gcc-local.1,v 1.10 2005/02/06 10:39:31 espie Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -64,6 +64,17 @@ executable using
.Xr mprotect 2 ,
since the stack area is by default non-executable.
.It
+On
+.Ox ,
+by default, trampoline code generation is disabled in
+.Nm gcc 3.3.5 .
+Code requiring trampolines will not compile without
+.Fl ftrampolines .
+The warning flag
+.Fl Wtrampolines
+can be used to locate trampoline instances if trampoline generation
+is re-enabled.
+.It
The
.Fl O2
option does not include