aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2023-05-03cmd/link/internal/ppc64: support non-PIC PLT call stubsPaul E. Murphy
2023-05-03cmd/compile,cmd/link: skip tests that require DWARF symbols on iosBryan C. Mills
2023-05-02cmd/link: remove allocation in decoding type nameCherry Mui
2023-05-02cmd/link: work around dsymutils not cleaning temp fileCherry Mui
2023-05-02cmd/link: generate .xdata PE sectionqmuntal
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-05-02cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui
2023-04-28cmd/link: load external ELF PPC64 objects which set st_other=1Paul E. Murphy
2023-04-28cmd/link: put zero-sized data symbols at same address as runtime.zerobaseCherry Mui
2023-04-28cmd/link: write buildid to pluginCherry Mui
2023-04-26cmd/link/internal/loadelf: set AttrExternal on text section symbolsPaul E. Murphy
2023-04-24cmd/link: don't sort data symbols by nameCherry Mui
2023-04-24cmd/link: use uint32 as symbol indexCherry Mui
2023-04-24cmd/link: use slice and bitmap for some attributesCherry Mui
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-21cmd/link/internal/ppc64: Use PCrel relocs in runtime.addmoduledata if supportedPaul E. Murphy
2023-04-21cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linuxPaul E. Murphy
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-14cmd/link/internal/ld: disable execute-only for external linking on openbsd/arm64Joel Sing
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-04-11cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu...limeidan
2023-04-10cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2...WANG Xuerui
2023-04-07cmd/link: bump loong64 function alignment to 16 bytesWANG Xuerui
2023-04-07cmd/link, cmd/internal/obj/loong64: support the PCALIGN directiveWANG Xuerui
2023-04-07cmd/link/internal/ppc64: generate PCrel trampolines on P10Paul E. Murphy
2023-04-07cmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPPED on PE binariesqmuntal
2023-04-05cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal
2023-04-05all: add wasip1 asm and link logicJohan Brandhorst-Satzkorn
2023-04-05internal/syscall/unix: fix PosixFallocate error check on freebsdTobias Klauser
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-29cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windowsqmuntal
2023-03-28Revert "cmd/link: use path from "cc --print-prog-name ar" for c-archive build...Than McIntosh
2023-03-28cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2023-03-27cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsdTobias Klauser
2023-03-24cmd/link: add padding after runtime.etextCherry Mui
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-03-21cmd/link: improve error message and debuggingCherry Mui
2023-03-20internal/platform: pass race mode to DefaultPIEIan Lance Taylor
2023-03-20cmd/link/internal/ld: emit better complex types for COFF symbolsqmuntal
2023-03-15cmd/link/internal/arm: fix off-by-1 in trampoline reachability computationThan McIntosh
2023-03-15internal/platform: add a function to report whether default builds are PIEBryan C. Mills
2023-03-15cmd/link/internal/loong64: use BREAK 0 as the code pad sequenceWANG Xuerui
2023-03-14cmd/go,cmd/link: prefer external linking when strange cgo flags seenThan McIntosh
2023-03-14cmd/link: store COFF symbol complex type in the LSB instead of the MSBqmuntal
2023-03-10cmd/link: define correct complex types values for COFF symbolsqmuntal
2023-03-10all: skip tests that fail on android/arm64Bryan C. Mills