aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/link_test.go
AgeCommit message (Expand)Author
2020-07-15cmd/link: skip TestOldLink if the old linker does not existCherry Zhang
2020-06-19cmd/link: use sym.Symbol in addpersrcCherry Zhang
2020-05-15cmd/link: detect trampoline of deferreturn callCherry Zhang
2020-04-24[dev.link] cmd/link: check fingerprint for index consistencyCherry Zhang
2020-04-23[dev.link] cmd/link: clean up some testsCherry Zhang
2020-04-16[dev.link] cmd/link: add a test for trampoline insertionCherry Zhang
2020-04-02[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-04-02[dev.link] cmd: support large function alignmentCherry Zhang
2020-04-02cmd/link: skip symbol references when looking for missing symbolsJoel Sing
2020-04-02cmd/asm: align an instruction or a function's addressfanzha02
2020-03-31Revert "cmd/asm: align an instruction or a function's address"Bryan C. Mills
2020-03-31cmd/asm: align an instruction or a function's addressfanzha02
2020-03-23[dev.link] cmd/link: invoke oldlink if old object format is chosenCherry Zhang
2020-01-23cmd/link: ensure cgo cflags do not leak into tvOS testCarlos Amedee
2020-01-06Revert "cmd/link: skip symbol references when looking for missing symbols"Austin Clements
2020-01-04cmd/link: skip symbol references when looking for missing symbolsJoel Sing
2019-11-25cmd/link: fix TestStrictDup in module modeFazlul Shahriar
2019-11-03[dev.link] cmd/link: restore -strictdups flag in newobj modeCherry Zhang
2019-10-29cmd/compile: fix spurious R_TLE_LE reloc on android/386Than McIntosh
2019-05-22all: shorten some testsRuss Cox
2019-05-09cmd/link: use standard-syntax struct tags in large-tag testRuss Cox
2019-05-08cmd/link/internal/ld: bump macOS and macOS SDK version to 10.9Elias Naur
2019-04-25cmd/link: avoid writing to read-only memory in addstrdataCherry Zhang
2019-03-21cmd/link: skip TestBuildFortvOS if the SDK is missingElias Naur
2019-03-12cmd: ensure that GOPATH is always valid in subprocesses that execute 'go build'Bryan C. Mills
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-02-26cmd/link: use SeekPC in testDWARFIan Lance Taylor
2019-02-19cmd/link: fix TestUnresolved in module modeBryan C. Mills
2019-01-29cmd/link: fix confusing error on unresolved symbolAustin Clements
2018-11-02cmd/link: don't link sections not named .oAlan Donovan
2017-11-22cmd/link: fix export data truncation bugMatthew Dempsky
2016-04-13cmd/link: handle long symbol namesDavid Crawshaw
2015-05-21cmd/link: move to cmd/newlinkRuss Cox
2014-11-16debug/goobj: move to cmd/internal/goobjRuss Cox
2014-01-13cmd/link: implement and test automatic symbolsRuss Cox
2014-01-09cmd/link: intial skeleton of linker written in GoRuss Cox