aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
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
2023-12-01cmd/link: update flag docCherry Mui
2023-11-22cmd/link/internal/loadpe: fix .xdata unwind info parsingDavis Goodin
2023-11-22cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr typesThan McIntosh
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-11-21cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo...Guoqi Chen
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-16cmd/link/internal/loadpe: fix xrels search "not found" detectionDavis Goodin
2023-11-14cmd/link/internal/loadpe: remove unused dynimports in peImportSymsStateJes Cok
2023-11-09cmd/internal/link: merge .pdata and .xdata sections from host object filesqmuntal
2023-11-08cmd/link/internal/loader: remove some dead codeThan McIntosh
2023-11-06cmd/link/internal/loadpe: allocate comdat definitions map lazilyThan McIntosh
2023-11-03cmd/link/internal/ld: use strings.TrimPrefix in expandFileJes Cok
2023-11-02debug/elf,cmd/link: add additional relocations for loong64Guoqi Chen
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-13cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-10-10Revert "cmd/link/internal/ld: assign temporary addresses to per-package text"Than McIntosh
2023-10-10cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-10-03cmd/link: enable linking on openbsd/riscv64Joel Sing
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-29cmd/link: split text sections for arm 32-bitThan McIntosh
2023-09-22cmd/link/internal/ld: use strings.Cutcui fliter
2023-09-20cmd/link, runtime: initialize packages in shared build modeCherry Mui
2023-09-19cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocationsJoel Sing
2023-09-18cmd/link: allow deriving GNU build ID from Go build ID IDPatrick Steinhardt