]> Cypherpunks repositories - gostls13.git/commit
cmd/link: enable c-shared and c-archive mode on s390x
authorBill O'Farrell <billo@ca.ibm.com>
Tue, 31 Oct 2017 23:18:48 +0000 (19:18 -0400)
committerMichael Munday <mike.munday@ibm.com>
Fri, 17 Nov 2017 15:54:54 +0000 (15:54 +0000)
commitc2efb2fde59d489f34bd7dafcae467b9f5f5eedd
tree1cf422f39cf13f9e8cc3b3eef507bcb9da894847
parentbf9ad7080d0a22acf502a60d8bc6ebbc4f5340ef
cmd/link: enable c-shared and c-archive mode on s390x

Adding s390x to the list of architectures that support c-shared and c-archive.
Required adding load-time initialization (via _rt0_s390x_linux_lib) and adding s390x
to the c-shared and c-archive tests.

Change-Id: I75883b2891c310fe8ce7f08c27b06895c074e123
Reviewed-on: https://go-review.googlesource.com/74910
Reviewed-by: Michael Munday <mike.munday@ibm.com>
src/cmd/dist/test.go
src/cmd/go/internal/work/init.go
src/cmd/link/internal/ld/config.go
src/runtime/asm_s390x.s
src/runtime/rt0_linux_s390x.s