From c85ce869e757158c55fd428befdb59ad5d537c1f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 2 Jul 2005 14:19:59 +0100 Subject: c.opt, [...]: Remove "." from end of help texts. * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt, config/rs6000/rs6000.opt, params.def: Remove "." from end of help texts. * config/avr/avr.c: Do not use '`' as left quote. * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c: Remove "." from end of diagnostics. Make diagnostics start with lowercase letter. cp: * name-lookup.c, parser.c: Use %q, %< and %> to quote in diagnostics. fortran: * lang.opt: Remove "." from end of help texts. objc: * objc-act.c: Use %q to quote in diagnostics. From-SVN: r101533 --- gcc/opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/opts.c') diff --git a/gcc/opts.c b/gcc/opts.c index e96d6d5..db2a02b 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -687,7 +687,7 @@ decode_options (unsigned int argc, const char **argv) && !targetm.have_named_sections) { inform - ("-freorder-blocks-and-partition does not work on this architecture."); + ("-freorder-blocks-and-partition does not work on this architecture"); flag_reorder_blocks_and_partition = 0; flag_reorder_blocks = 1; } -- cgit v1.1