summaryrefslogtreecommitdiff
path: root/src/cmd/link
Commit message (Expand)AuthorAgeFilesLines
* cmd/link, internal/abi: minor follow-up cleanupsDavid Chase2023-05-171-2/+2
* cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10Paul E. Murphy2023-05-161-51/+253
* cmd/link: fix checks for supported linker flags with relative paths.James Bartlett2023-05-121-2/+3
* cmd/link: check DWARF section sizes separatelyCherry Mui2023-05-111-2/+12
* runtime: move per-type types to internal/abiDavid Chase2023-05-112-16/+16
* runtime: redefine _type to abi.Type; add rtype for methods.David Chase2023-05-112-2/+2
* internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase2023-05-102-11/+11
* internal/abi: common up ArrayTypeDavid Chase2023-05-102-3/+3
* internal/abi: common up some offset/size functionsDavid Chase2023-05-101-5/+5
* cmd/link: clean up per-binary slice creation in ldDavid Chase2023-05-101-45/+42
* internal/abi: common up Method, Imethod, UncommonType typesDavid Chase2023-05-102-2/+1
* cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64Paul E. Murphy2023-05-091-1/+1
* cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui2023-05-051-24/+2
* cmd/link: remove zdebug from ELF section header tableCherry Mui2023-05-051-2/+0
* cmd/link: remove elfsetstring out of the loaderCherry Mui2023-05-057-84/+76
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-15/+3
* cmd/link/internal/ppc64: support non-PIC PLT call stubsPaul E. Murphy2023-05-031-80/+88
* cmd/compile,cmd/link: skip tests that require DWARF symbols on iosBryan C. Mills2023-05-032-74/+33
* cmd/link: remove allocation in decoding type nameCherry Mui2023-05-023-4/+18
* cmd/link: work around dsymutils not cleaning temp fileCherry Mui2023-05-021-1/+5
* cmd/link: generate .xdata PE sectionqmuntal2023-05-027-19/+80
* cmd/link: generate .pdata PE sectionqmuntal2023-05-028-5/+141
* cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui2023-05-022-9/+10
* cmd/link: load external ELF PPC64 objects which set st_other=1Paul E. Murphy2023-04-283-4/+23
* cmd/link: put zero-sized data symbols at same address as runtime.zerobaseCherry Mui2023-04-281-3/+9
* cmd/link: write buildid to pluginCherry Mui2023-04-281-1/+1
* cmd/link/internal/loadelf: set AttrExternal on text section symbolsPaul E. Murphy2023-04-261-0/+1
* cmd/link: don't sort data symbols by nameCherry Mui2023-04-241-12/+17
* cmd/link: use uint32 as symbol indexCherry Mui2023-04-242-2/+8
* cmd/link: use slice and bitmap for some attributesCherry Mui2023-04-242-23/+27
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-211-1/+1
* internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements2023-04-211-8/+8
* internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements2023-04-212-3/+3
* internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements2023-04-212-3/+5
* cmd/link/internal/ppc64: Use PCrel relocs in runtime.addmoduledata if supportedPaul E. Murphy2023-04-211-37/+40
* cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linuxPaul E. Murphy2023-04-211-2/+2
* Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements2023-04-201-1/+1
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-201-1/+1
* cmd/link/internal/ld: disable execute-only for external linking on openbsd/arm64Joel Sing2023-04-141-0/+6
* cmd/link: establish dependable package initialization orderKeith Randall2023-04-146-0/+253
* cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu...limeidan2023-04-111-2/+16
* cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2...WANG Xuerui2023-04-102-94/+43
* cmd/link: bump loong64 function alignment to 16 bytesWANG Xuerui2023-04-071-1/+1
* cmd/link, cmd/internal/obj/loong64: support the PCALIGN directiveWANG Xuerui2023-04-071-5/+20
* cmd/link/internal/ppc64: generate PCrel trampolines on P10Paul E. Murphy2023-04-071-7/+22
* cmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPPED on PE binariesqmuntal2023-04-071-4/+2
* cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal2023-04-052-3/+8
* all: add wasip1 asm and link logicJohan Brandhorst-Satzkorn2023-04-053-11/+26
* internal/syscall/unix: fix PosixFallocate error check on freebsdTobias Klauser2023-04-052-3/+12
* all: fix misuses of "a" vs "an"cui fliter2023-04-044-6/+6