aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/ar.go
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-02-05[dev.link] cmd/link: use new sym format in pe loaderJeremy Faller
2020-01-28[dev.link] cmd/link: remove flag FlagNewLdElfJeremy Faller
2020-01-09[dev.link] cmd/link: convert ELF host object loading to new loaderThan McIntosh
2019-12-12[dev.link] cmd/link: remove sym.Symbols from loaderJeremy Faller
2019-05-09cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox
2018-08-28cmd/link: fix a few typos in commentsThan McIntosh
2018-08-21cmd/link/internal/ld: avoid Reloc copies in range loopsisharipo
2018-03-24cmd/link: skip __.PKGDEF in archivesMatthew Dempsky
2017-10-24cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle
2017-10-05cmd/link: move Library type to sym packageDavid Crawshaw
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-08-11cmd/link: check magic headerHiroshi Ioka
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2016-10-11cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang
2016-09-20cmd/link: do not directly embed Symbols in LinkMichael Hudson-Doyle
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-21cmd/link: use standard library flag package where possibleMichael Matloob
2016-08-21cmd/link: remove global Bso variableMichael Matloob
2016-08-21cmd/link/internal: thread *ld.Link through callsMichael Matloob
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-10cmd: remove bio.BreadMarvin Stenger
2016-04-09cmd/link/internal: make ld.Bso a *bio.WriterDave Cheney
2016-04-08cmd: replace bio.Buf with bio.Reader and bio.WriterDave Cheney
2016-04-07cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky
2016-03-02cmd/link: make Allsym a sliceDavid Crawshaw
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-18cmd/link: add -libgcc optionIan Lance Taylor
2015-11-14cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linkingIan Lance Taylor
2015-09-01cmd/link: remove some dead codeMichael Hudson-Doyle
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox