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]

Re: binutils 2.11.92.0.6 (Re: binutils 2.11.92.0.5 is broken)


On Mon, Oct 15, 2001 at 04:45:39PM +0930, Alan Modra wrote:
> I'm about to commit this to fix the problems introduced by the new
> reference counting scheme.
> 
> 2001-10-15  Alan Modra  <amodra@bigpond.net.au>
> 	    H.J. Lu  <hjl@gnu.org>
> 
> 	* elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Merge dyn_reloc
> 	counts for aliases instead of aborting.
> 	* elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
> 	* elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
> 
> 

I don't believe it is complete. Please check all ELF backends which
define elf_backend_copy_indirect_symbol. I don't think you can do

if (dir == ind->weakdef)
  return;

at all. I suspect the ia64 linker bug may have something to do with it. 


H.J.


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