aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2014-11-17[release-branch.go1.4] remove cmd/linkAndrew Gerrand
2014-11-17[release-branch.go1.4] debug/goobj: move to cmd/internal/goobjAndrew Gerrand
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-08-11cmd/link: fix zig-zag decodingMatthew Dempsky
2014-04-26src: fix issues found by go vet stdRobert Hencke
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-02-18cmd/link: change cloneProg to return the cloned valueRick Arnold
2014-02-18cmd/link: fix comment typo.Nigel Tao
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