gcc/libphobos/libdruntime/core/thread
Iain Buclaw 3756d99dab libphobos: Fix build fails for powerpc-linux
As register names are required for darwin, but not accepted by gas
unless you use `-mregnames', they have been conditionally removed on
non-darwin targets.

To avoid duplicating large blocks of almost identical code, the inline
assembly is now statically generated.

libphobos/ChangeLog:

	* libdruntime/core/thread/osthread.d (callWithStackShell): Statically
	generate PPC and PPC64 asm implementations, and conditionally remove
	PPC register names on non-Darwin targets.

(cherry picked from commit ea7b1cf534)
2021-04-21 02:29:43 +02:00
..
context.d
fiber.d libphobos: Merge upstream druntime 89f870b7, phobos e6907ff3e 2021-04-19 19:27:41 +02:00
osthread.d libphobos: Fix build fails for powerpc-linux 2021-04-21 02:29:43 +02:00
package.d
threadbase.d libphobos: Merge upstream druntime 89f870b7, phobos e6907ff3e 2021-04-19 19:27:41 +02:00
threadgroup.d
types.d