aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2023-02-16cmd/link: don't switch to gold on ARM LinuxIan Lance Taylor
2023-02-13cmd/link/internal/ld: fix text section splitting for ARMThan McIntosh
2023-02-10cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"Than McIntosh
2023-02-10cmd/link: improve error for missing SDYNIMPORT support on mips/mips64Than McIntosh
2023-02-06cmd/link: linker portion of dead map removalThan McIntosh
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-02-02cmd/link: remove special cases for relocations in .go.buildinfoRuss Cox
2023-02-02cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox
2023-01-31cmd/link: add debug print in hostobjCopyCherry Mui
2023-01-31cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupportedIan Lance Taylor
2023-01-31cmd/link: rename ELF struct fields to remove "elf" prefixIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-31cmd/link: skip c-archive tests if c-archive mode is not supportedIan Lance Taylor
2023-01-31cmd/link: make .dynamic section read-only for MIPS ELFIan 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-30cmd/link/internal/ld: split varDeclCoords testsMichael Pratt
2023-01-30cmd/link/internal/ld: add dwarf testing helpersMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2023-01-24cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64lePaul E. Murphy
2023-01-24cmd/link: remove importcycles functionJeremy Quirke
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-20cmd/link: fix incorrect DOS header on Windows binariesKevin Parsons
2023-01-20cmd/link: use strings.LastIndexByte to fix a TODODaniel Martí
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2022-12-23cmd/link, runtime: use a different section for Go libfuzzer countersCherry Mui
2022-12-08cmd/link: fix dynamic interpreter path for musl-based linux amd64cia-rana
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-18all: add missing periods in commentscui fliter
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-18cmd/link/internal/ppc64: fix trampoline reuse distance calculationPaul E. Murphy
2022-11-16cmd/compile: do not emit a few more basic types from every compilationRuss Cox
2022-11-15cmd/link: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-11cmd/link: exit if runtime.a is missingCherry Mui
2022-11-03cmd/link: support PPC64 prefixed relocations for power10Paul E. Murphy
2022-11-02cmd/link: remove unnecessary use of sync.Once alongside sync.MutexRuss Cox
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-28cmd/compile: emit DIEs for zero sized variablesAlessandro Arzilli
2022-10-28cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)eric fang
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-26cmd: remove redundant _cui fliter
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-17cmd/link/internal/s390: return comparison directlycuiweixie