aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_linux_ppc64le.s
AgeCommit message (Expand)Author
2020-09-02runtime: add file copyright header declarationHeisenberg
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2017-08-11runtime: make sure R0 is zero before _main on ppc64leCarlos Eduardo Seo
2017-08-09cmd/go,cmd/link: support buildmode c-shared on ppc64leLynn Boger
2017-06-05runtime: save and restore CR for ppc64leIan Lance Taylor
2017-05-24runtime: fix ppc64le c-archive initIan Lance Taylor
2016-05-26runtime: add library startup support for ppc64leRuss Cox
2015-11-13runtime: replace tls0 with m0.tlsMatthew Dempsky
2015-10-18runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2015-01-07runtime: set up C TLS and save g to it on ppc64Austin Clements
2014-12-05all: power64 is now ppc64Russ Cox