aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/link_test.go
AgeCommit message (Expand)Author
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2022-11-15cmd/link: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-05-17cmd/link: support linker for linux/loong64Xiaodong Liu
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-11cmd/asm: require -p flagCherry Mui
2022-04-19cmd/link: use TOC-relative trampolines on PPC64 when neededPaul E. Murphy
2022-03-23cmd/compile: default to -p=main for main packageCherry Mui
2022-03-22cmd/link: write output in temp dir in TestUnlinkableObjCherry Mui
2022-03-22cmd/compile, cmd/link: produce unlinkable object when compile without -pCherry Mui
2022-03-09cmd/compile: require -p flagRuss Cox
2021-11-04cmd/link: don't use label symbol for absolute address relocations on ARM64 PECherry Mui
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-09cmd/link: fix bug in -strictdups checking of BSS symbolsThan McIntosh
2021-06-03[dev.typeparams] cmd/link: take function address in assembly in TestFuncAlignCherry Mui
2021-05-27cmd/link: accept Windows line-ending in TestTrampolineCgoCherry Mui
2021-04-29cmd/link: test trampolines with cgoCherry Zhang
2021-04-29cmd/link: support trampoline insertion on ARM64Cherry Zhang
2021-04-23all: do not test internal linking on windows/arm64Russ Cox
2021-04-22cmd/link: emit LC_BUILD_VERSION on Mach-OCherry Zhang
2021-03-08cmd/link: use testing.T.TempDir in testsBrad Fitzpatrick
2021-02-26cmd/link: recognize ARM64 PE files and relocationsJason A. Donenfeld
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-01-15cmd/link: remove GOROOT write in TestBuildForTvOSDmitri Shuralyov
2020-12-22cmd/link: handle grouped resource sectionsJason A. Donenfeld
2020-12-16cmd/link: handle large relocation addend on darwin/arm64Cherry Zhang
2020-11-05cmd/link: report error if builtin referenced but not definedThan McIntosh
2020-10-22cmd/internal/obj: use correct symbol size for Hashed64 classificationCherry Zhang
2020-10-17cmd/link: use GOOS=ios for TestBuildForTvOSCherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-21cmd/link: add go.mod to TestFuncAlignJay Conrod
2020-09-11cmd/link: add a test to test RODATA is indeed read-onlyCherry Zhang
2020-09-10cmd/link: add copyright headerCherry Zhang
2020-08-25cmd/link: remove superfluous check in TestIssue34788Android386TLSSequenceTobias Klauser
2020-07-21[dev.link] cmd/link: fix hash collision checkCherry Zhang
2020-07-07[dev.link] cmd/link: run more tests in parallelCherry Zhang
2020-06-19[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-19cmd/link: use sym.Symbol in addpersrcCherry Zhang
2020-05-21[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-05-15cmd/link: detect trampoline of deferreturn callCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry 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