[PATCH] newline missing in elf_link_input_bfd

H. J. Lu hjl@lucon.org
Sat Jul 23 15:43:00 GMT 2005


On Sat, Jul 23, 2005 at 11:49:03AM +0200, Olaf Hering wrote:
> 
> openoffice doesnt link for me, the error looks confusing. Maybe there is
> a newline missing.
> 
> 
> Index: ./bfd/elflink.c
> ===================================================================
> RCS file: /cvs/src/src/bfd/elflink.c,v
> retrieving revision 1.177
> diff -u -p -u -r1.177 elflink.c
> --- ./bfd/elflink.c	16 Jul 2005 15:08:14 -0000	1.177
> +++ ./bfd/elflink.c	23 Jul 2005 09:30:42 -0000
> @@ -7089,7 +7089,7 @@ elf_link_input_bfd (struct elf_final_lin
>  		      if (action & COMPLAIN)
>  			(*finfo->info->callbacks->einfo)
>  			  (_("%X`%s' referenced in section `%A' of %B: "
> -			     "defined in discarded section `%A' of %B"),
> +			     "defined in discarded section `%A' of %B\n"),
>  			   sym_name, o, input_bfd, sec, sec->owner);
>  
>  		      /* Try to do the best we can to support buggy old

I checked it in. Thanks.


H.J.



More information about the Binutils mailing list