aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/lib.go
AgeCommit message (Expand)Author
19 hoursall: prealloc slice with possible minimum capabilitiesShulhan
6 dayscmd/link: fallback to older minimum Windows target version on older C GNU too...qmuntal
2026-03-25cmd/link: fix host object's .pdata entries orderqmuntal
2026-03-18cmd/link: work around race syso weak import on macOSCherry Mui
2026-03-06cmd/link: allow -no family of flags for testing compiler flagCorentin Kerisit
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-02-19cmd/link: use bfd ld 2.36+ on linux/arm64 instead of goldDimitri John Ledkov
2026-02-05cmd/link: add more clang driver flags when testing flagCorentin Kerisit
2025-12-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
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
2025-10-03cmd/link: support .def file with MSVC clang toolchainCherry Mui
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-29cmd/link: don't pass -Wl,-S on SolarisCherry Mui
2025-09-26cmd/link: don't pass -Wl,-S on AIXCherry Mui
2025-09-25cmd/link: handle -w flag in external linking modeCherry Mui
2025-09-15cmd/link: support race mode with MSVC clangCherry Mui
2025-09-12cmd/link: support MSVC clangCherry Mui
2025-04-03cmd/link/internal/ld: introduce -funcalign=N optionAleksey Markin
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2024-12-03cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failureMichael 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-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/link: remove dummy argument from ld.ErrorfRuss Cox
2024-10-24cmd/link: don't pass --build-id if C linker doesn't support itCherry Mui
2024-10-23cmd/link: fix flags order in linkerFlagSupportedSiddhartha Bagaria
2024-10-21cmd/link: on ELF, generate GNU build ID by defaultCherry Mui
2024-10-21cmd/link: apply -B UUID to external linking on Mach-OCherry Mui
2024-09-13cmd/link/internal: use slices.ContainsTobias Klauser
2024-09-04cmd: use 20 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-06-26cmd/link: don't skip code sign even if dsymutil didn't generate a fileCherry Mui
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-13cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2024-05-21cmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14cmd/link/internal/ld: clean tmpdir obj timestampsThan McIntosh
2024-04-08cmd/link: close the file opened in the captureHostObj functionguoguangwu
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-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-01-26cmd/link: print failed external command invocationCherry Mui