aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/amd64/obj.go
AgeCommit message (Expand)Author
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2023-09-13cmd/link: round up default start address to alignmentCherry Mui
2023-01-31cmd/link: rename ELF struct fields to remove "elf" prefixIan Lance Taylor
2023-01-30cmd/link: refactor ELF hooks into ELFArch structIan Lance Taylor
2022-12-08cmd/link: fix dynamic interpreter path for musl-based linux amd64cia-rana
2022-08-08cmd/link: detect glibc vs musl ldso at link timeRuss Cox
2020-11-02cmd: remove Go115AMD64Cherry Zhang
2020-07-07[dev.link] cmd/link: emit Mach-O relocations in mmapCherry Zhang
2020-07-05[dev.link] cmd/link: emit ELF relocations in mmapCherry Zhang
2020-06-05[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-05-26[dev.link] cmd/link: move asmb2 plan 9 architecture code out of architecturesJeremy Faller
2020-05-21[dev.link] cmd/link: remove duplicate asmb codeJeremy Faller
2020-05-18[dev.link] cmd/link: remove "2" from namesCherry Zhang
2020-05-13[dev.link] cmd/link: rename adddynrel2 back to adddynrelThan McIntosh
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-05-01[dev.link] cmd/link: directly use loader.ExtReloc in ELF relocation generationCherry Zhang
2020-04-27[dev.link] cmd/link: delete old dodataCherry Zhang
2020-04-24[dev.link] cmd/link: begin converting dodata() to loader APIsThan McIntosh
2020-04-06[dev.link] cmd/link: begin converting gentext to loader APIsThan McIntosh
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-04-19cmd/link: mmap output fileCherry Zhang
2019-03-01cmd/link: remove unused flag -D (FlagDataAddr)Alex Tokarev
2017-10-21cmd/link: move Headtype global to ctxtDavid Crawshaw
2017-10-04cmd/link: remove coutbuf global variableDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-03-30cmd/internal/obj, cmd/link: remove Hwindowsgui everywhereAlex Brainman
2017-02-16cmd/link: delay calculating pe file parameters after Linkmode is setAlex Brainman
2017-02-16cmd/link: set pe section and file alignment to 0 during external linkingAlex Brainman
2016-10-28cmd/link: put text at address 0x1000000 on darwin/amd64Cherry Zhang
2016-10-19cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor
2016-09-16cmd/link: skip arch-specific main functionDavid Crawshaw
2016-09-16cmd/link: attempt to rationalize linkmode initDavid Crawshaw
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw
2016-09-11cmd/link: optimize TLS IE to LE in build mode PIEDavid 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-26cmd/link: make DynlinkingGo a methodDavid Crawshaw
2016-08-22cmd/link: turn some globals into flag pointer variablesMichael Matloob
2016-08-21cmd/link: use standard library flag package where possibleMichael Matloob
2016-08-21cmd/link/internal: remove global Ctxt 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-07cmd: add new common architecture representationMatthew Dempsky
2016-03-31cmd/link: remove -H elf flagMatthew Dempsky