aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
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
2023-03-09cmd/link: use label symbols for Duff's devices on darwin/arm64Cherry Mui
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-03-01cmd/link: update -T flag's documentationCherry Mui
2023-02-27cmd/link: revert CL 467715 in favor of better fixThan McIntosh
2023-02-27cmd/link: better fix for arm32 trampgen problem with duff routinesThan McIntosh
2023-02-27cmd/link: check for power10 support on external linker for PPC64Paul E. Murphy
2023-02-25cmd/link: don't emit PAX_FLAGS segment on LinuxIan Lance Taylor
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-23cmd/compile: adjust inlined DW_AT_call_line by //lineMichael Pratt
2023-02-23cmd/link/internal/ld: split TestInlinedRoutineRecordsMichael Pratt
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-22runtime: use explicit NOFRAME on linux/amd64qmuntal
2023-02-22cmd/link: make Exitf panic under -hCherry Mui
2023-02-22cmd/link: add internal linking support for calling SDYNIMPORT on mips64Joel Sing
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-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: 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/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