diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 071fb5d..9e10d01 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -582,11 +582,6 @@ int flag_reduce_all_givs = 0; int flag_regmove = 0; -/* Nonzero for -fwritable-strings: - store string constants in data segment and don't uniquize them. */ - -int flag_writable_strings = 0; - /* Nonzero means don't put addresses of constant functions in registers. Used for compiling the Unix kernel, where strange substitutions are done on the assembly output. */ @@ -1076,7 +1071,6 @@ static const lang_independent_options f_options[] = {"prefetch-loop-arrays", &flag_prefetch_loop_arrays, 1 }, {"move-all-movables", &flag_move_all_movables, 1 }, {"reduce-all-givs", &flag_reduce_all_givs, 1 }, - {"writable-strings", &flag_writable_strings, 1 }, {"peephole", &flag_no_peephole, 0 }, {"force-mem", &flag_force_mem, 1 }, {"force-addr", &flag_force_addr, 1 }, |