This is the mail archive of the binutils@sources.redhat.com 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: [PATCH] Various source cleanup/enhancements


On Mon, Dec 03, 2001 at 01:47:04PM -0800, Eric Christopher wrote:
> Ok except for these.  Make sure they are capitals before checking in :)

Err, the standard (from gcc) for error messages is as Thiemo had it.
This text is prefixed with "Error: " so it doesn't start a sentence, and
thus should not start with a capital.

> > @@ -11565,7 +11736,7 @@ s_mips_weakext (ignore)
> >      {
> >        if (S_IS_DEFINED (symbolP))
> >  	{
> > -	  as_bad ("Ignoring attempt to redefine symbol `%s'.",
> > +	  as_bad ("ignoring attempt to redefine symbol %s",


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