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: IA64 linker is broken


On Mon, Jan 31, 2005 at 05:43:08PM +1030, Alan Modra wrote:
> @@ -6143,11 +6210,7 @@ elf_link_output_extsym (struct elf_link_
>    const struct elf_backend_data *bed;
>  
>    if (h->root.type == bfd_link_hash_warning)
> -    {
> -      h = (struct elf_link_hash_entry *) h->root.u.i.link;
> -      if (h->root.type == bfd_link_hash_new)
> -	return TRUE;
> -    }
> +    h = (struct elf_link_hash_entry *) h->root.u.i.link;
>  
>    /* Decide whether to output this symbol in this pass.  */
>    if (eoinfo->localsyms)

Oops, this hunk wasn't supposed to be included.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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