aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-lang.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-10-08 22:54:16 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2009-10-08 22:54:16 +0100
commit3c2e7d4535fe109fa0cfbd01ed563de66a7ee0e7 (patch)
tree490d7142e46f95eaef6c652fef5c03e5e2acaeb4 /gcc/lto/lto-lang.c
parent23cd46a1dfc8f4ddf072ca8a2dd1435118c5013b (diff)
downloadgcc-3c2e7d4535fe109fa0cfbd01ed563de66a7ee0e7.zip
gcc-3c2e7d4535fe109fa0cfbd01ed563de66a7ee0e7.tar.gz
gcc-3c2e7d4535fe109fa0cfbd01ed563de66a7ee0e7.tar.bz2
lto-elf.c (init_shdr##BITS, [...]): Remove trailing "." from diagnostics.
* lto-elf.c (init_shdr##BITS, lto_elf_begin_section_with_type, init_ehdr##BITS, lto_elf_file_close): Remove trailing "." from diagnostics. * lto-lang.c (lto_post_options): Remove trailing "." from diagnostics. From-SVN: r152579
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r--gcc/lto/lto-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c
index f5e83de..04d4230 100644
--- a/gcc/lto/lto-lang.c
+++ b/gcc/lto/lto-lang.c
@@ -657,7 +657,7 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED)
/* -fltrans and -fwpa are mutually exclusive. Check for that here. */
if (flag_wpa && flag_ltrans)
- error ("-fwpa and -fltrans are mutually exclusive.");
+ error ("-fwpa and -fltrans are mutually exclusive");
if (flag_ltrans)
{