summaryrefslogtreecommitdiff
path: root/src/runtime/rt0_linux_ppc64le.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: cleanup ppc64le/linux library startup codePaul E. Murphy2023-04-121-93/+10
* runtime: correct typosOleksandr Redko2023-02-081-1/+1
* runtime: make static/dynamic startup detection work with musl on ppc64lePaul E. Murphy2022-03-221-11/+21
* runtime: add file copyright header declarationHeisenberg2020-09-021-0/+4
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-1/+1
* runtime: make sure R0 is zero before _main on ppc64leCarlos Eduardo Seo2017-08-111-0/+1
* cmd/go,cmd/link: support buildmode c-shared on ppc64leLynn Boger2017-08-091-2/+0
* runtime: save and restore CR for ppc64leIan Lance Taylor2017-06-051-0/+4
* runtime: fix ppc64le c-archive initIan Lance Taylor2017-05-241-0/+3
* runtime: add library startup support for ppc64leRuss Cox2016-05-261-0/+129
* runtime: replace tls0 with m0.tlsMatthew Dempsky2015-11-131-1/+2
* runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle2015-10-181-2/+2
* cmd/cgo, runtime/cgo: support ppc64Austin Clements2015-01-071-3/+21
* runtime: set up C TLS and save g to it on ppc64Austin Clements2015-01-071-0/+2
* all: power64 is now ppc64Russ Cox2014-12-051-0/+14