aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2021-12-09Revert "[release-branch.go1.16] cmd/link: support more load commands on Mach-O"Alex Rakoczy
2021-12-02[release-branch.go1.16] cmd/link: support more load commands on Mach-OCherry Zhang
2021-10-28[release-branch.go1.16] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-07[release-branch.go1.16] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek
2021-08-02[release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-06-02[release-branch.go1.16] cmd/link/internal: fix use of DynlinkingGo with ppc64...Lynn Boger
2021-05-21[release-branch.go1.16] cmd/link: don't cast end address to int32Cherry Mui
2021-05-20[release-branch.go1.16] cmd/link: disable plugin support if cgo is disabledPaul E. Murphy
2021-03-25[release-branch.go1.16] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang
2021-03-25[release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang
2021-03-01[release-branch.go1.16] cmd/link: handle types as converted to interface when...Cherry Zhang
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-19cmd/link: exit before Asmb2 if errorCherry Zhang
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-15cmd/link: remove GOROOT write in TestBuildForTvOSDmitri Shuralyov
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2021-01-08cmd/link: accept extra blocks in TestFallocateIan Lance Taylor
2021-01-07cmd/link: fix typo in asm.goIkko Ashimine
2020-12-22cmd/link: handle grouped resource sectionsJason A. Donenfeld
2020-12-18cmd/link: avoid use of -T when linking with lldThan McIntosh
2020-12-16cmd/link: handle large relocation addend on darwin/arm64Cherry Zhang
2020-12-16cmd/link: pass arch-specific flags to external linker when testing supported ...Cherry Zhang
2020-12-16cmd/link: ignore SEH marking on PE objectsJason A. Donenfeld
2020-12-14cmd/link: do not mark resource section as writableJason A. Donenfeld
2020-12-14cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on armJason A. Donenfeld
2020-12-14cmd/link: recognize arm header of PE objectsJason A. Donenfeld
2020-12-11cmd/link/internal/loadelf: support additional ELF relocations on mips64Joel Sing
2020-12-10cmd/link: reject too-large relocation addend on darwin/arm64Cherry Zhang
2020-12-10cmd/link: truncate file after code signatureCherry Zhang
2020-12-01cmd/link: invalidate kernel cache on darwinCherry Zhang
2020-12-01cmd/link: code-sign on darwin/arm64Cherry Zhang
2020-12-01cmd/link/internal/amd64: always generate R_X86_64_PLT32 for SDYNIMPORT callsJoel Sing
2020-11-27cmd/link: mark windows/arm as all PIEJason A. Donenfeld
2020-11-25cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64eric fang
2020-11-18cmd/link: recompute heapPos after copyHeapCherry Zhang
2020-11-16cmd/link/internal/ld: dedup shared libraries on openbsdJoel Sing
2020-11-12cmd/link: put DYLD_INFO at beginning of LINKEDIT segment on darwinCherry Zhang
2020-11-07cmd/link: fix invalid usage of reflect.SliceHeaderCuong Manh Le
2020-11-05cmd/link: report error if builtin referenced but not definedThan McIntosh
2020-11-02cmd/link: use internal linking for -race mode on darwin/arm64Cherry Zhang
2020-11-02cmd: remove Go115AMD64Cherry Zhang
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-30cmd/link: emit include directories in DWARF line table prologueThan McIntosh
2020-10-29cmd/link: put C static symbols in the symbol table, attempt 2Cherry Zhang
2020-10-29cmd/link: add loadelf support for riscv64Joel Sing