This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, rs6000]: improve option warning


I erroneously sent this patch earlier as an SPU patch.  It's actually an
rs6000 patch (correct maintainers cc'ed this time).

I discovered this poorly worded description of an option in rs6000.opt,
corrected with this patch.  OK for mainline?

2008-10-31  Ben Elliston  <bje@au.ibm.com>

        * config/rs6000/rs6000.opt (mwarn-cell-microcode): Improve option
        description.

Index: config/rs6000/rs6000.opt
===================================================================
--- config/rs6000/rs6000.opt    (revision 141484)
+++ config/rs6000/rs6000.opt    (working copy)
@@ -239,7 +239,7 @@ Generate Cell microcode
 
 mwarn-cell-microcode
 Target Var(rs6000_warn_cell_microcode) Init(0) Warning
-Emitting warning when a Cell microcode is emitted
+Warn when a Cell microcoded instruction is emitted
 
 mwarn-altivec-long
 Target Var(rs6000_warn_altivec_long) Init(1)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]