aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/sym.go
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-04-24[dev.link] cmd/link: move more error handling into loaderThan McIntosh
2020-04-14[dev.link] cmd/link: remove some globals from symtab.goJeremy Faller
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-30[dev.link] cmd/link: parallelize asmb on amd64Jeremy Faller
2020-02-28[dev.link] cmd/link: create Target in order to make relocsym threadsafeJeremy Faller
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2018-10-24cmd/link: add AIX operating systemClément Chigot
2018-05-07cmd/link: add wasm architectureRichard Musiol
2018-04-11runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-04-10Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"Keith Randall
2018-04-10runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2017-10-21cmd/link: move Headtype global to ctxtDavid Crawshaw
2017-10-05cmd/link: move Library type to sym packageDavid Crawshaw
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-04cmd/link: remove coutbuf global variableDavid Crawshaw
2017-06-05cmd/link: fix accidentally-quadratic library loadingRuss Cox
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-03-30cmd/internal/obj, cmd/link: remove Hwindowsgui everywhereAlex Brainman
2016-09-20cmd/link: remove Linklookup & LinkrlookupMichael Hudson-Doyle
2016-09-20cmd/link: do not directly embed Symbols in LinkMichael Hudson-Doyle
2016-09-20cmd/link: split "bag of Symbols" functionality out of LinkMichael Hudson-Doyle
2016-09-16cmd/link: attempt to rationalize linkmode initDavid Crawshaw
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw
2016-09-10cmd: fix format strings used with obj.HeadtypeJosh Bleecher Snyder
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-09-09cmd/link, cmd/internal/obj: give Headtype a typeDavid Crawshaw
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-08-21cmd/link: remove references to LSym (now Symbol)Michael Hudson-Doyle
2016-08-19cmd/link/internal: rename LSym to Symbol, and add a doc comment.Michael Matloob
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-31cmd/link: remove -H elf flagMatthew Dempsky
2016-03-28cmd/link: refactor symbol lookupShahar Kohanim
2016-03-21cmd/link: remove Link.NsymbolMichael Hudson-Doyle
2016-03-21cmd/link: re-use duplicate symbol objectMichael Hudson-Doyle
2016-03-17cmd/link: do not add duplicate symbols to AllsymMichael Hudson-Doyle
2016-03-12cmd/link: use string map for symbols with single versionShahar Kohanim
2016-03-02cmd/link: make Allsym a sliceDavid Crawshaw
2016-02-29cmd/link: batch allocations of LsymShahar Kohanim
2016-02-29cmd/link: Preallocate Lsym mapShahar Kohanim
2016-02-18cmd/link/internal/ld: remove unused call to os.GetwdRhys Hiltner
2015-11-11cmd,runtime: TLS setup for android/386Hyang-Ah Hana Kim
2015-10-28runtime, cmd: TLS setup for android/amd64.Hyang-Ah Hana Kim
2015-09-08cmd/internal/obj: remove dead code and small cleanupsMichael Hudson-Doyle
2015-09-01cmd/link: remove some dead codeMichael Hudson-Doyle
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox