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: [RFC] Emit OPD reloc for all global symbols and then some.


> @@ -1109,11 +1111,11 @@
>        if (r_symndx < symtab_hdr->sh_info)
>  	hh = NULL;
>        else
> -        {
> +	{
>  	  hh = hppa_elf_hash_entry (eh_syms[r_symndx - symtab_hdr->sh_info]);
>  	  while (hh->elf.root.type == bfd_link_hash_indirect
>  		 || hh->elf.root.type == bfd_link_hash_warning)
> -	    hh = hppa_elf_hash_entry (hh->elf.root.u.i.link);
> +	    hh = hppa_elf_hash_entry (h->elf.root.u.i.link);
                                      ^
				      typo.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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