Default powerpc64 to --plt-thread-safe for Go
authorAlan Modra <amodra@gmail.com>
Wed, 19 Nov 2014 22:22:46 +0000 (08:52 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 19 Nov 2014 22:27:31 +0000 (08:57 +1030)
commitf9dffbf0863b9010a5eece87bd6b36e38c09ffb0
treea110ce314701063a764a1b563e525ddb381ca215
parent3f9034c204cf1845d2f2d94f906a8573183831ba
Default powerpc64 to --plt-thread-safe for Go

Go is multi-threaded, so use thread-safe plt stubs.  __go_go doesn't
actually start threads, but is a convenient libgo function with a
reasonably unique name that is called by all Go executables.  (Threads
are started by a static function of libgo, runtime_newosproc, called
by a whole lot of global functions, including runtime_starttheworld
and runtime_main.)

bfd/
* elf64-ppc.c (ppc64_elf_size_stubs): Add __go_go to thread_starters.
gold/
* powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
bfd/ChangeLog
bfd/elf64-ppc.c
gold/ChangeLog
gold/powerpc.cc
This page took 0.024009 seconds and 4 git commands to generate.