]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[GOLD] PowerPC64 __tls_get_addr_opt stub
authorAlan Modra <amodra@gmail.com>
Wed, 23 Sep 2020 13:24:01 +0000 (22:54 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 23 Sep 2020 22:25:48 +0000 (07:55 +0930)
commita993d270f8423a8b6faa2ce9d245073bed076bb0
treee274afc4e986c01f15067da4030a5cd77993e6c4
parent294338867c268b6da43327b6cbe70e746bff1a04
[GOLD] PowerPC64 __tls_get_addr_opt stub

This stub doesn't have the r2 store at the beginning.

* powerpc.cc (Target_powerpc::Relocate::relocate): Don't skip
first insn of __tls_get_addr_opt stub.
gold/ChangeLog
gold/powerpc.cc