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] Unify messages in coff-arm.c and elf32-arm.h


> 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.


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