aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/testdata
AgeCommit message (Expand)Author
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-08-29cmd/link: disallow linkname of runtime.addmoduledatazuojunwei.1024
2025-07-22cmd/compile: fix loclist for heap return vars without optimizationsDerek Parker
2025-05-28cmd/link: allow linkname reference to a TEXT symbol regardless of sizeCherry Mui
2025-03-28cmd/link: choose one with larger size for duplicated BSS symbolsCherry Mui
2024-12-12cmd/internal/obj: disallow linknamed access to builtin symbolsCherry Mui
2024-07-31cmd: add README generation for compiler + linker script testsThan McIntosh
2024-07-29cmd/link: add script testing facility for linker useThan McIntosh
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2023-07-20cmd/link: handle dynamic import variables on DarwinCherry Mui
2021-02-26cmd/link: recognize ARM64 PE files and relocationsJason A. Donenfeld
2020-12-22cmd/link: handle grouped resource sectionsJason A. Donenfeld
2020-09-11cmd/link: add a test to test RODATA is indeed read-onlyCherry Zhang
2020-07-21[dev.link] cmd/link: fix hash collision checkCherry Zhang
2020-06-19cmd/link: use sym.Symbol in addpersrcCherry 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
2019-03-21cmd/link/internal/ld: copy Mach-O platform version commands to go.oElias Naur
2015-05-21cmd/link: move to cmd/newlinkRuss Cox
2015-04-22cmd/link, cmd/internal/goobj: update constants, regenerate testdataMichael Hudson-Doyle
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-24cmd/link: fix testdata generationMatthew Dempsky
2014-08-12all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-14liblink, cmd/link: add version number to object fileRuss Cox
2014-01-21cmd/link: add testdata/pclntab.6 (fix build)Russ Cox
2014-01-21cmd/link: pclntab generationRuss Cox
2014-01-13cmd/link: fix buildRuss Cox
2014-01-13cmd/link: implement dead code removalRuss Cox
2014-01-13cmd/link: implement and test automatic symbolsRuss Cox
2014-01-13cmd/link: replace golden binary files with hex dumpsRuss Cox
2014-01-09cmd/link: Mach-O (OS X) file formatterRuss Cox
2014-01-09cmd/link: intial skeleton of linker written in GoRuss Cox