0d69827 PowerPC64 abort due to dynamic relocs on hidden undefweak

Authored and Committed by Alan Modra 7 years ago
    PowerPC64 abort due to dynamic relocs on hidden undefweak
    
    ppc64_elf_relocate_section lacked a check which meant that it emitted
    dynamic relocs against a hidden undefweak symbol for which no dynamic
    relocs had been allocated.
    
    	PR 21224
    	PR 20519
    	* elf64-ppc.c (ppc64_elf_relocate_section): Add missing
    	dyn_relocs check.
    
        
file modified
+7 -0
file modified
+4 -2