summaryrefslogtreecommitdiff
path: root/src/cmd/link
Commit message (Expand)AuthorAgeFilesLines
* all: fix various doc comment formatting nitsRuss Cox2022-04-015-56/+57
* cmd/link/internal/ld: revise recipe for ASLR enable on windowsThan McIntosh2022-03-311-10/+47
* cmd/link/internal/loadpe: add rudimentary COMDAT supportThan McIntosh2022-03-311-21/+71
* cmd/link: resolve __CTOR_LIST__/__DTOR_LIST__ refs for PEThan McIntosh2022-03-311-0/+15
* cmd/link: read crt2.o for windows internal-linking CGOThan McIntosh2022-03-312-21/+111
* cmd/link/internal/loadpe: generalize handling of "__imp_*" symsThan McIntosh2022-03-311-17/+51
* cmd/link/internal/loadpe: refactor readpesym()Than McIntosh2022-03-311-35/+51
* cmd/link: zero elf addr for debug sectionsMeng Zhuo2022-03-302-3/+33
* cmd/compile: simplify fingerprint logicMatthew Dempsky2022-03-251-37/+16
* cmd/link: do not add label symbols for DWARF on Windows/ARM64Cherry Mui2022-03-241-1/+5
* cmd/compile: default to -p=main for main packageCherry Mui2022-03-231-6/+34
* cmd/link: write output in temp dir in TestUnlinkableObjCherry Mui2022-03-221-1/+2
* cmd/link: simplify content hashed symbol handlingCherry Mui2022-03-221-13/+1
* cmd/compile, cmd/link: produce unlinkable object when compile without -pCherry Mui2022-03-222-0/+32
* cmd/link: delete oReader.flagsCherry Mui2022-03-221-3/+1
* cmd/link: add DT_NEEDED for all 64-bit ELF dynimplibByoungchan Lee2022-03-222-2/+2
* cmd/link: set alignment of compressed section based on archMeng Zhuo2022-03-211-1/+1
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-2/+1
* cmd/link: avoid stamping runtime.defaultGOROOT when paths are being trimmedBryan C. Mills2022-03-182-3/+10
* internal/buildcfg: initialize GOROOT to runtime.GOROOTBryan C. Mills2022-03-182-2/+3
* internal/buildcfg: extract logic specific to cmd/goBryan C. Mills2022-03-181-1/+1
* cmd/link: mark unexported methods for pluginsCherry Mui2022-03-161-1/+1
* cmd/link: default generic ABI compression for ELFMeng Zhuo2022-03-166-7/+41
* cmd/compile: require -p flagRuss Cox2022-03-091-7/+7
* cmd/link: don't generate typedef DWARF entry for noalg.struct{...}MoZhonghua2022-03-021-0/+5
* cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui2022-02-111-0/+1
* cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor2021-12-211-1/+6
* cmd/link: force eager binding when using plugins on darwinCherry Mui2021-12-171-1/+4
* cmd/link, cmd/go: make version info easier to extractRuss Cox2021-12-073-17/+24
* cmd/link: merge note sections into one segmentMeng Zhuo2021-11-292-23/+71
* cmd/link: exit early when -d is used on libc platformsCherry Mui2021-11-203-4/+14
* cmd/link: relocate dwarf examiner helper to separate packageThan McIntosh2021-11-182-222/+241
* cmd/link: don't unmap output file at error exitCherry Mui2021-11-123-2/+15
* cmd/compile: include register-resident output params in DWARF-genThan McIntosh2021-11-111-47/+219
* cmd/link/internal/loadelf: better error message for ignored symbolsDmitry Vyukov2021-11-111-1/+1
* cmd/link: fix GCC startfiles names on AIXClément Chigot2021-11-091-2/+13
* cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy2021-11-053-29/+197
* cmd/link: don't use label symbol for absolute address relocations on ARM64 PECherry Mui2021-11-042-1/+19
* all: add support for c-archive and c-shared on linux/riscv64Joel Sing2021-11-031-1/+1
* cmd/link: make ppc64le __glink_PLTresolve position-independentPaul E. Murphy2021-11-011-16/+25
* cmd/compile, runtime: track argument stack slot livenessCherry Mui2021-10-271-0/+1
* cmd: move internal/str back to cmd/goRuss Cox2021-10-272-5/+5
* cmd/link: escape % characters in symbols when reporting errorsKeith Randall2021-10-251-1/+3
* cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall2021-10-251-5/+19
* cmd/link: increase reserved space for passing env on wasmRichard Musiol2021-10-251-3/+4
* cmd/link: add -asan optionfanzha022021-10-224-0/+14
* cmd/link/internal/ld: don't use linkname before 1.12Ian Lance Taylor2021-10-143-4/+7
* cmd/link: disable weak reference in itab if build with "-linkshared"zhouguangyuan2021-10-131-1/+3
* cmd/link/internal/ld: use libc based fcntl for (*OutBuf).fallocate on darwinTobias Klauser2021-10-121-6/+6
* cmd/link: do not mark holes in functabCherry Mui2021-10-111-31/+4