2346a98 Fix assertion failure relaxing TLS for position-independent executables.

2 files Authored by jrtc27 6 years ago, Committed by Cary Coutant 6 years ago,
    Fix assertion failure relaxing TLS for position-independent executables.
    
    gold/
    	PR gold/21444
    	* gold.cc (Target_sparc::Relocate::relocate_tls): Local
    	variables are final for position-independent executables. This
    	has to be consistent with Target_sparc::Scan::local otherwise
    	they will disagree as to whether local-exec is used.
    
        
file modified
+8 -0
file modified
+1 -1