[PATCH] Unify messages in coff-arm.c and elf32-arm.h

Richard Earnshaw rearnsha@arm.com
Wed Jan 30 06:24:00 GMT 2002


> > OK, here is my attempt at unifying the messages in those two files. Can I
> > check it in?
> 
> OK, but:
> 
> > @@ -2461,7 +2461,8 @@ coff_arm_copy_private_bfd_data (src, des
> >  	      if (INTERWORK_FLAG (dest))
> >  		{
> >  		  /* xgettext:c-format */
> > -		  _bfd_error_handler (("Warning: Clearing the interworking bit of %s, because the non-interworking code in %s has been copied into it"),
> > +		  _bfd_error_handler (("\
> > +Warning: Clearing the interworking flag of %s, because non-interworking code in %s has been linked with it"),
> 
> Leave out the comma, you already have in the other file.
> 
> R.
> 

One other thing.  Why have you switched to "interworking *bit*"?  I think 
flag was clearer.

R.



More information about the Binutils mailing list