diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/gcc-local.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/gcc-local.1 b/gnu/egcs/gcc/gcc-local.1 index 312ea1891c1..684a4b66225 100644 --- a/gnu/egcs/gcc/gcc-local.1 +++ b/gnu/egcs/gcc/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.3 2002/12/02 16:40:39 miod Exp $ +.\" $OpenBSD: gcc-local.1,v 1.4 2002/12/02 20:25:35 deraadt Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" @@ -110,7 +110,7 @@ On comes with the .Dq propolice stack protection extension, which is enabled by default. -This extension reorders local variables declarations and adds stack consistency +This extension reorders local variable declarations and adds stack consistency checks at run time, in order to detect stack overflows, and will attempt to report the problem in the system logs, and abort the faulting process. It can be turned off using the |