aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2025-05-19cmd/link/internal: add support for internal linking on loong64limeidan
2025-05-15cmd/link: fix outdated output mmap checkZxilly
2025-05-12cmd/link: ignore mapping symbols on riscv64Yao Zi
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-04-30cmd/link: fix cgo on riscv64 when building with gcc-15Mark Ryan
2025-04-22runtime, internal/runtime/maps: speed-up empty/zero map lookupsMateusz Poliwczak
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-03cmd/link/internal/ld: introduce -funcalign=N optionAleksey Markin
2025-03-31cmd/link: close file in tempdir so Windows can delete itDamien Neil
2025-03-28cmd/link: handle Mach-O X86_64_RELOC_SUBTRACTOR in internal linkingCherry Mui
2025-03-28cmd/link: choose one with larger size for duplicated BSS symbolsCherry Mui
2025-03-21cmd/link/internal/ld: change pe64 from int to boolqmuntal
2025-03-21Revert "cmd/compile/internal/abi: fix ComputePadding"Cherry Mui
2025-03-20cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-13cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).R...Jes Cok
2025-03-13cmd/link: only check PIE size difference when the linkmode is the sameJoel Sing
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-06cmd/link/internal: remove trampoline for plt on loong64limeidan
2025-03-04cmd/compile,cmd/link: move to DWARF5-style location listsThan McIntosh
2025-03-04cmd/compile,cmd/link: move to DWARF5-style range listsThan McIntosh
2025-02-28cmd/link: use __got as the .got section nameqmuntal
2025-02-26cmd/link: require cgo for -linkmode=external testIan Lance Taylor
2025-02-25cmd/link: put .got section in __DATA_CONST segmentqmuntal
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-22cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol typeThan McIntosh
2025-02-22cmd/link, cmd/internal/dwarf: add DWARF5 line table supportThan McIntosh
2025-02-22cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation typeThan McIntosh
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-13cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64Meng Zhuo
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2025-02-06cmd/link: add -e (no limit on errors) flagqmuntal
2025-01-29cmd/link/internal/loader: fix linknames from FIPS 140 frozen treeFilippo Valsorda
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2024-12-30cmd/link: document that -s implies -wwillboland
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-16cmd/link: update runtime dependency listCherry Mui
2024-12-13cmd/link: make dwarf name slice index self-describingMichael Pratt
2024-12-12cmd/internal/obj: disallow linknamed access to builtin symbolsCherry Mui
2024-12-12cmd/link: block new standard library linknamesCherry Mui
2024-12-03cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failureMichael Anthony Knyszek
2024-11-22cmd/compile, cmd/link: FIPS fixes for large programsRuss Cox
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21cmd/link: remove debugging dregRuss Cox
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-18cmd/link: use types (and not GC programs) to build data/bss ptrmaskskhr@golang.org
2024-11-17internal/runtime/maps: eliminate a load from the hot pathKeith Randall
2024-11-14all: enable FIPS verification codeRuss Cox