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] newline missing in elf_link_input_bfd


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.


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