aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-10-08 22:41:42 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2009-10-08 22:41:42 +0100
commit23cd46a1dfc8f4ddf072ca8a2dd1435118c5013b (patch)
treec7063bc03796015f69fec3610a6e31b34a349898 /gcc/gcc.c
parent77831620cf45a82c54a85091dcdc9e0affea47a9 (diff)
downloadgcc-23cd46a1dfc8f4ddf072ca8a2dd1435118c5013b.zip
gcc-23cd46a1dfc8f4ddf072ca8a2dd1435118c5013b.tar.gz
gcc-23cd46a1dfc8f4ddf072ca8a2dd1435118c5013b.tar.bz2
* gcc.c (main): Remove trailing "." from diagnostics.
From-SVN: r152578
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 1891adb..52fe227 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -7529,12 +7529,12 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
"liblto_plugin.so", X_OK,
false);
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",
R_OK, true);
if (!lto_libgcc_spec)
- fatal ("could not find libgcc.a.");
+ fatal ("could not find libgcc.a");
}
lto_gcc_spec = argv[0];