This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [GOLD] PowerPC --stub-group-multi


On Wed, Dec 07, 2016 at 08:21:59AM -0800, Cary Coutant wrote:
> > +  DEFINE_bool(stub_group_multi, options::TWO_DASHES, '\0', false,
> > +             N_("(PowerpC only) Allow a group of stubs to serve multiple "
> > +                "output sections"), NULL);
> 
> Typo: should be "PowerPC".

Thanks for the correction.

	* options.h (--stub-group-multi): Fix typo.

diff --git a/gold/options.h b/gold/options.h
index 6722667..75b2f09 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -1220,7 +1220,7 @@ class General_options
 	     N_("SIZE"));
 
   DEFINE_bool(stub_group_multi, options::TWO_DASHES, '\0', false,
-	      N_("(PowerpC only) Allow a group of stubs to serve multiple "
+	      N_("(PowerPC only) Allow a group of stubs to serve multiple "
 		 "output sections"), NULL);
 
   DEFINE_uint(split_stack_adjust_size, options::TWO_DASHES, '\0', 0x4000,

> 
> -cary

-- 
Alan Modra
Australia Development Lab, IBM


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