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/c.opt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc/c.opt') diff --git a/gcc/c.opt b/gcc/c.opt index ec5c723..b45df36 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -417,11 +417,11 @@ Give strings the type \"array of char\" Wpointer-sign C ObjC Var(warn_pointer_sign) Init(1) -Warn when a pointer differs in signedness in an assignment. +Warn when a pointer differs in signedness in an assignment ansi C ObjC C++ ObjC++ -A synonym for -std=c89 (for C) or -std=c++98 (for C++). +A synonym for -std=c89 (for C) or -std=c++98 (for C++) d C ObjC C++ ObjC++ Joined @@ -493,7 +493,7 @@ C ObjC C++ ObjC++ Joined RejectNegative finput-charset= C ObjC C++ ObjC++ Joined RejectNegative --finput-charset= Specify the default character set for source files. +-finput-charset= Specify the default character set for source files fexternal-templates @@ -680,7 +680,7 @@ C++ ObjC++ fthreadsafe-statics C++ ObjC++ --fno-threadsafe-statics Do not generate thread-safe code for initializing local statics. +-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics funsigned-bitfields C ObjC C++ ObjC++ @@ -798,7 +798,7 @@ Generate C header of platform-specific features print-pch-checksum C ObjC C++ ObjC++ -Print a checksum of the executable for PCH validity checking, and stop. +Print a checksum of the executable for PCH validity checking, and stop remap C ObjC C++ ObjC++ -- cgit v1.1