aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/lib.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-09cmd/internal/link: merge .pdata and .xdata sections from host object filesqmuntal
2023-08-18cmd/link: don't mangle string symbol namesCherry Mui
2023-08-16cmd/link: suppress -bind_at_load deprecation warning for ld-primeCherry Mui
2023-07-21cmd/link: print dsymutil and strip commands in -v modeCherry Mui
2023-07-21cmd/link: rationalize -s and -w flags with Mach-O external linkingCherry Mui
2023-07-20cmd/link: pass flags to external linker in deterministic orderCherry Mui
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-05-12cmd/link: fix checks for supported linker flags with relative paths.James Bartlett
2023-05-05cmd/link: remove elfsetstring out of the loaderCherry 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-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-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-14cmd/go,cmd/link: prefer external linking when strange cgo flags seenThan McIntosh
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-02-27cmd/link: check for power10 support on external linker for PPC64Paul E. Murphy
2023-02-23Revert "cmd/link: default to external linking with cgo std packages"Than McIntosh
2023-02-22cmd/link: default to external linking with cgo std packagesCherry Mui
2023-02-16cmd/link: don't switch to gold on ARM LinuxIan Lance Taylor
2023-02-10cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"Than McIntosh
2023-01-31cmd/link: add debug print in hostobjCopyCherry Mui
2023-01-31cmd/link: rename ELF struct fields to remove "elf" prefixIan Lance Taylor
2023-01-31cmd/link: load host archive libc_nonshared.a for -fstack-protectorThan McIntosh
2023-01-30cmd/link: refactor ELF hooks into ELFArch structIan Lance Taylor
2023-01-30all: fix problematic commentscui fliter
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2023-01-24cmd/link: remove importcycles functionJeremy Quirke
2022-12-06cmd/link: pass -Wl,--no-insert-timestamp to external linker on windowsThan McIntosh
2022-11-19cmd/link: revise DLL import symbol handlingThan McIntosh
2022-11-19cmd/link: add capturehostobjs debugging flagThan McIntosh
2022-11-19cmd/link: improved host archive debug trace outputThan McIntosh
2022-11-11cmd/link: exit if runtime.a is missingCherry Mui
2022-10-14cmd/link: return correct default linker for the platformDmitri Goutnik
2022-10-04runtime/race: use internal linking mode for amd64 subarch packagesFlorian Zenker
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-16cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui
2022-09-15cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui
2022-09-13cmd/link: generate an error if the entry symbol cannot be foundJoel Sing
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/link: detect glibc vs musl ldso at link timeRuss Cox
2022-07-07cmd/link: explicitly disable PIE for windows/amd64 -race modeThan McIntosh
2022-06-27cmd/link: link against libsynchronization.a for -race on windowsThan McIntosh
2022-06-22cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor