summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/flags.h
diff options
context:
space:
mode:
authorHiroaki Etoh <etoh@cvs.openbsd.org>2003-10-07 01:24:34 +0000
committerHiroaki Etoh <etoh@cvs.openbsd.org>2003-10-07 01:24:34 +0000
commit79c11d46cba32a2fce5716f6b0d1f67a3f6ea6d4 (patch)
tree2392ff2e9c35d23aa73c1f311822d7e37c47b0e8 /gnu/egcs/gcc/flags.h
parentca3e12c1aa13c1a3b73dbe10be50936d1898fc2c (diff)
toplev.c, flags.h: add -fstack-protector-all option to generate protection instruments for every functions.
ok pvalchev@
Diffstat (limited to 'gnu/egcs/gcc/flags.h')
-rw-r--r--gnu/egcs/gcc/flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/flags.h b/gnu/egcs/gcc/flags.h
index 24ef2a1a80c..bc1c5690f3d 100644
--- a/gnu/egcs/gcc/flags.h
+++ b/gnu/egcs/gcc/flags.h
@@ -542,6 +542,7 @@ extern int flag_no_ident;
/* Nonzero means use propolice as a stack protection method */
extern int flag_propolice_protection;
+extern int flag_stack_protection;
/* Warn when not issuing stack smashing protection for some reason */