Commit 23cd46a1 by Joseph Myers Committed by Joseph Myers

* gcc.c (main): Remove trailing "." from diagnostics.

From-SVN: r152578
parent 77831620
2009-10-08 Joseph Myers <joseph@codesourcery.com>
* gcc.c (main): Remove trailing "." from diagnostics.
2009-10-08 Cary Coutant <ccoutant@google.com> 2009-10-08 Cary Coutant <ccoutant@google.com>
Add support for debugging with ICF (Identical Code Folding). Add support for debugging with ICF (Identical Code Folding).
...@@ -7529,12 +7529,12 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n" ...@@ -7529,12 +7529,12 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
"liblto_plugin.so", X_OK, "liblto_plugin.so", X_OK,
false); false);
if (!linker_plugin_file_spec) if (!linker_plugin_file_spec)
fatal ("-use-linker-plugin, but liblto_plugin.so not found."); fatal ("-use-linker-plugin, but liblto_plugin.so not found");
lto_libgcc_spec = find_a_file (&startfile_prefixes, "libgcc.a", lto_libgcc_spec = find_a_file (&startfile_prefixes, "libgcc.a",
R_OK, true); R_OK, true);
if (!lto_libgcc_spec) if (!lto_libgcc_spec)
fatal ("could not find libgcc.a."); fatal ("could not find libgcc.a");
} }
lto_gcc_spec = argv[0]; lto_gcc_spec = argv[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment