aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/main.go
AgeCommit message (Expand)Author
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2019-11-13cmd/internal/objabi,cmd/link: initial linker support for riscv64Joel Sing
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2018-05-07cmd/link: add wasm architectureRichard Musiol
2018-04-02cmd/link/internal/ld: make Thearch unexportedquasilyte
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2016-11-12cmd/dist: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-09-16cmd/link: skip arch-specific main functionDavid Crawshaw
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-04-08cmd/link: add s390x to link tool main functionMichael Munday
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12cmd/link: added support for mips64{,le}Yao Zhang
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox
2015-05-21cmd/link: move to cmd/newlinkRuss Cox
2014-01-09cmd/link: intial skeleton of linker written in GoRuss Cox