summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2013-01-06 21:53:50 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2013-01-06 21:53:50 +0000
commit3eda7c4c0ccbe1ea6f023620d96e9f6a86449203 (patch)
tree839e8c07104d98e0f2583b9fe595234a0f440761
parent78186d867d06886c1c55c1d65e29296ce530beac (diff)
Update information about PIE status in gcc-local(1). OK pascal@.
-rw-r--r--share/man/man1/gcc-local.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index a63c29c6369..ded5621a448 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.33 2012/09/25 19:51:36 brad Exp $
+.\" $OpenBSD: gcc-local.1,v 1.34 2013/01/06 21:53:49 martynas Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 25 2012 $
+.Dd $Mdocdate: January 6 2013 $
.Dt GCC-LOCAL 1
.Os
.Sh NAME
@@ -180,7 +180,7 @@ option, that turns stack protection code on for all functions,
and disables any heuristic that flags some functions as safe.
This extended checking has a moderate runtime cost, though.
.It
-On the amd64, mips64, mips64el and sparc64 architectures,
+On the alpha, amd64, hppa, mips64, sh and sparc64 architectures,
.Nm gcc
generates position-independent executables
.Pq PIEs