diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-27 14:12:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-27 14:12:28 +0000 |
commit | a500a93662b012503331d9b6fd5e7f10a7494b6f (patch) | |
tree | 9ad12d8f3c7a0dea22d7b5a4ae6a7aac4127e203 /share | |
parent | a9da8e7bb77c7cb37abe007475a4bfb021c26c94 (diff) |
All gcc versions disable trampolines by default now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/gcc-local.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 6e363176903..325697c4efc 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.10 2005/02/06 10:39:31 espie Exp $ +.\" $OpenBSD: gcc-local.1,v 1.11 2005/04/27 14:12:27 miod Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -66,8 +66,7 @@ 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 . +by default, trampoline code generation is disabled. Code requiring trampolines will not compile without .Fl ftrampolines . The warning flag |