aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/testdata
AgeCommit message (Expand)Author
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