bd757ca Fix segfault in microblaze linker when garbage collection removes a symbol scheduled for a slot in the PLT.

Authored and Committed by nickc 7 years ago
    Fix segfault in microblaze linker when garbage collection removes a symbol scheduled for a slot in the PLT.
    
    	PR ld/21180
    	* elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Avoid
    	generating a seg-fault when encountering a symbol that has been
    	deleted by garbage collection.
    
        
file modified
+7 -0
file modified
+10 -3