diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-15 20:06:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-15 20:06:12 +0000 |
commit | 1737c953d5d6b65078435519a6dbd5e425ad47e6 (patch) | |
tree | ebc53bbcecda952d04e1c0bfb5531ae9907616ca /gcc/toplev.c | |
parent | 56deb74c8623b1218658480a8419b63772cac245 (diff) | |
download | gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.zip gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.gz gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.bz2 |
gcc.c, [...]: Use American spelling in messages.
* gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
American spelling in messages.
* po/gcc.pot: Regenerate.
ch:
* decl.c, parse.c, typeck.c: Use American spelling in messages.
cp:
* lang-options.h: Use American spelling in messages.
From-SVN: r48047
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 6a682ea..910296b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -997,11 +997,11 @@ lang_independent_options f_options[] = {"cse-skip-blocks", &flag_cse_skip_blocks, 1, N_("When running CSE, follow conditional jumps") }, {"expensive-optimizations", &flag_expensive_optimizations, 1, - N_("Perform a number of minor, expensive optimisations") }, + N_("Perform a number of minor, expensive optimizations") }, {"thread-jumps", &flag_thread_jumps, 1, - N_("Perform jump threading optimisations") }, + N_("Perform jump threading optimizations") }, {"strength-reduce", &flag_strength_reduce, 1, - N_("Perform strength reduction optimisations") }, + N_("Perform strength reduction optimizations") }, {"unroll-loops", &flag_unroll_loops, 1, N_("Perform loop unrolling when iteration count is known") }, {"unroll-all-loops", &flag_unroll_all_loops, 1, @@ -1015,7 +1015,7 @@ lang_independent_options f_options[] = {"writable-strings", &flag_writable_strings, 1, N_("Store strings in writable data section") }, {"peephole", &flag_no_peephole, 0, - N_("Enable machine specific peephole optimisations") }, + N_("Enable machine specific peephole optimizations") }, {"force-mem", &flag_force_mem, 1, N_("Copy memory operands into registers before using") }, {"force-addr", &flag_force_addr, 1, @@ -1049,9 +1049,9 @@ lang_independent_options f_options[] = {"gcse-sm", &flag_gcse_sm, 1, N_("Perform store motion after global subexpression elimination") }, {"rerun-cse-after-loop", &flag_rerun_cse_after_loop, 1, - N_("Run CSE pass after loop optimisations") }, + N_("Run CSE pass after loop optimizations") }, {"rerun-loop-opt", &flag_rerun_loop_opt, 1, - N_("Run the loop optimiser twice") }, + N_("Run the loop optimizer twice") }, {"delete-null-pointer-checks", &flag_delete_null_pointer_checks, 1, N_("Delete useless null pointer checks") }, {"pretend-float", &flag_pretend_float, 1, @@ -1104,9 +1104,9 @@ lang_independent_options f_options[] = {"verbose-asm", &flag_verbose_asm, 1, N_("Add extra commentry to assembler output") }, {"gnu-linker", &flag_gnu_linker, 1, - N_("Output GNU ld formatted global initialisers") }, + N_("Output GNU ld formatted global initializers") }, {"regmove", &flag_regmove, 1, - N_("Enables a register move optimisation") }, + N_("Enables a register move optimization") }, {"optimize-register-move", &flag_regmove, 1, N_("Do the full regmove optimization pass") }, {"pack-struct", &flag_pack_struct, 1, @@ -1211,10 +1211,10 @@ documented_lang_options[] = { "-fasm", "" }, { "-fno-asm", - N_("Do not recognise the 'asm' keyword") }, + N_("Do not recognize the 'asm' keyword") }, { "-fbuiltin", "" }, { "-fno-builtin", - N_("Do not recognise any built in functions") }, + N_("Do not recognize any built in functions") }, { "-fhosted", N_("Assume normal C execution environment") }, { "-fno-hosted", "" }, @@ -1297,7 +1297,7 @@ documented_lang_options[] = N_("Warn about suspicious declarations of main") }, { "-Wno-main", "" }, { "-Wmissing-braces", - N_("Warn about possibly missing braces around initialisers") }, + N_("Warn about possibly missing braces around initializers") }, { "-Wno-missing-braces", "" }, { "-Wmissing-declarations", N_("Warn about global funcs without previous declarations") }, @@ -3578,8 +3578,8 @@ display_help () f_options[i].string, _(description)); } - printf (_(" -O[number] Set optimisation level to [number]\n")); - printf (_(" -Os Optimise for space rather than speed\n")); + printf (_(" -O[number] Set optimization level to [number]\n")); + printf (_(" -Os Optimize for space rather than speed\n")); for (i = LAST_PARAM; i--;) { const char *description = compiler_params[i].help; |