]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix assertion failure relaxing TLS for position-independent executables.
authorJames Clarke <jrtc27@jrtc27.com>
Sat, 13 May 2017 15:01:15 +0000 (08:01 -0700)
committerCary Coutant <ccoutant@gmail.com>
Sat, 13 May 2017 15:29:43 +0000 (08:29 -0700)
commit2346a98c797e69d0d10b7935ac8d8772365f2ca2
tree517f330031e240f1465a83f18a459e778bafbda8
parentf686917beeb2c79539b234c9ddf77d5fd925918d
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.
gold/ChangeLog
gold/sparc.cc