a3e00a8 [GOLD] Avoid duplicate PLT stub symbols on ppc32

2 files Authored by jrtc27 6 years ago, Committed by Alan Modra 6 years ago,
    [GOLD] Avoid duplicate PLT stub symbols on ppc32
    
    If two objects are compiled with -fPIC or -fPIE and call the same
    function, two different PLT entries are created, one for each object,
    but the same stub symbol name is used for both.
    
    	* powerpc.cc (Stub_table::define_stub_syms): Always include object's
    	uniq_ value.
    
        
file modified
+5 -0
file modified
+12 -6