diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 17:33:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 17:33:30 +0000 |
commit | 0353cf146c5ca3c4b4030aba593ba5d92fe4fc7a (patch) | |
tree | 317452ae8e821283ce5f79f4ed5c39c401a1a92f | |
parent | 836d9315948e75e2ed949da12263b306578a76e3 (diff) |
Fix propolice merge error in options list.
-rw-r--r-- | gnu/usr.bin/gcc/gcc/toplev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/toplev.c b/gnu/usr.bin/gcc/gcc/toplev.c index d0d2a3483e6..49e52baf4b0 100644 --- a/gnu/usr.bin/gcc/gcc/toplev.c +++ b/gnu/usr.bin/gcc/gcc/toplev.c @@ -1199,8 +1199,6 @@ static const lang_independent_options f_options[] = N_("Report on permanent memory allocation at end of run") }, { "trapv", &flag_trapv, 1, N_("Trap for signed overflow in addition / subtraction / multiplication") }, - { "no-stack-protector", &flag_propolice_protection, 0, - N_("Fake disable stack protection") }, { "new-ra", &flag_new_regalloc, 1, N_("Use graph coloring register allocation.") }, {"stack-protector", &flag_propolice_protection, 1, |