aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
42 hourscmd/link: don't include deadcoded function symbols in shared build modeCherry Mui
4 dayscmd/link/internal/loong64: correct the musl dynamic linker pathlimeidan
2024-05-24cmd/link: propagate FromAssembly attribute when cloning symbols to externalCherry 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-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-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
2024-02-02cmd/link/internal/dwtest: fix inconsistent receiver namecui fliter
2024-01-30cmd/link: fix TestConsistentGoKindAndRuntimeTypeAlessandro Arzilli
2024-01-30all: fix typosJes Cok
2024-01-30cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it forAlessandro Arzilli
2024-01-26cmd/link: print failed external command invocationCherry Mui
2024-01-26cmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-12-18cmd/link/internal/loadpe: update comment about @feat.00 symbol handlingqmuntal
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox