aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2024-06-26cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-06-23cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" outputDavis Goodin
2024-06-22cmd/link: handle dynamic import variables on Darwin in plugin modeCherry Mui
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-06-13cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2024-06-12cmd/link: put runtime.end in the last section of data segmentCherry Mui
2024-06-07cmd/link: don't include deadcoded function symbols in shared build modeCherry Mui
2024-06-05cmd/link/internal/loong64: correct the musl dynamic linker pathlimeidan
2024-05-24cmd/link: propagate FromAssembly attribute when cloning symbols to externalCherry Mui
2024-05-24cmd/link: print the seed in TestRandLayoutCherry Mui
2024-05-23cmd/link/internal/loong64: correct the musl dynamic linker pathlimeidan
2024-05-21cmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
2024-05-20cmd/link: add runtime.text.N symbols to macho symbol table in dynlink modeCherry Mui
2024-05-17cmd/link: enable checklinkname by defaultCherry Mui
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14cmd/link/internal/ld: clean tmpdir obj timestampsThan McIntosh
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-05-10cmd/link/internal/ld: fix overlapping sections in ELF relro linksThan McIntosh
2024-05-09cmd/link: Add missing platform for Mac CatalystCP Lepage
2024-05-09cmd/link: add support for telemetryMichael Matloob
2024-04-26cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got checkThan McIntosh
2024-04-25cmd/link/internal/ld: revised bindnow/relro test for ELFThan McIntosh
2024-04-22cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-10cmd/link: close cpu profileguoguangwu
2024-04-08cmd/link: close the file opened in the captureHostObj functionguoguangwu
2024-04-02internal/abi: clean up type of Kind and Type.Kind_Austin Clements
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-26cmd/link: close memory profileguoguangwu
2024-03-23cmd/link: remove objIdx structureJeremy Quirke
2024-03-19cmd/internal/obj/ppc64: don't modify runtime.elf_* symbolsPaul E. Murphy
2024-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-03-16cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64Joel Sing
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-03-09cmd/link: fix typo in commentguoguangwu
2024-03-07cmd/link: replace bytes.Compare call with bytes.Equalguoguangwu
2024-03-01cmd/link/internal/riscv64: generate local text symbols for R_RISCV_CALLJoel Sing
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-27cmd/internal, cmd/link: unify the relocation naming style of loong64limeidan
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-16cmd/link: replace function pointers to static calls in loadelfCherry Mui
2024-02-16cmd/link: add -randlayout flag to randomize function orderingCherry Mui
2024-02-16runtime,cmd/link: merge pcbucketsize const into internal/abiqiulaidongfeng
2024-02-14cmd/link/internal/ld: unify OS/SDK versions for macOS linkingDmitri Shuralyov
2024-02-08cmd/link: use symbolic offset for ITab.TypeKeith Randall
2024-02-08cmd/compile: move runtime.itab to internal/abi.ITabKeith Randall