aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2014-09-15cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-22cmd/ld: fix undefined behaviour in pcln.cDave Cheney
2014-08-18liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox
2014-08-16cmd/ld: fix operator precedenceDave Cheney
2014-08-16cmd/ld: fix operator precedenceShenghou Ma
2014-08-14[dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox
2014-08-12[dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build.Shenghou Ma
2014-08-12cmd/ld: handle large link base addressesRuss Cox
2014-08-11[dev.power64] cmd/ld: add MAXIO back in lib.hShenghou Ma
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-08-06undo CL 114420043 / b613f2acdf69Shenghou Ma
2014-08-06cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma
2014-08-06cmd/ld: fix operator precedenceShenghou Ma
2014-08-05runtime: remove type.goDmitriy Vyukov
2014-07-29cmd/ld: better diagnostics on unaligned symbolsDmitriy Vyukov
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-07-26cmd/ld: remove duplicated nuxiinit() call.Shenghou Ma
2014-07-22cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov
2014-07-16runtime: convert map implementation to Go.Keith Randall
2014-07-16cmd/ld: use count, not upper bound, in type of arrayRob Pike
2014-07-15cmd/ld: change DWARF encoding for array lengthsRob Pike
2014-07-15cmd/ld: consistently document flags that expect valuesMatthew Dempsky
2014-07-15cmd/ld: generate correct upper bound value for array types.Rob Pike
2014-07-11cmd/ld: add go-specific dwarf type informationRuss Cox
2014-07-11ld: change DWARF output for structsRob Pike
2014-07-07cmd/ld: fix off-by-one in DWARF frame tablesRob Pike
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-07-02build: annotations and modifications for c2goRuss Cox
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-06-10cmd/ld: fix PC deltas in DWARF line number tableIan Lance Taylor
2014-05-21cmd/ld: correctly compute note size on NetBSD.Benny Siegert
2014-05-20cmd/ld: really import runtime/cgo for external linkIan Lance Taylor
2014-05-20cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox
2014-05-19cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma
2014-05-06cmd/ld: correct pe section number in symbol tableAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-04-18cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews
2014-04-16cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor
2014-04-16cmd/ld: restore the call graph dumpAnthony Martin
2014-04-16cmd/ld: populate pe symbol table with Go symbolsAlex Brainman
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-16cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma
2014-04-16cmd/ld: correct comment.Shenghou Ma
2014-04-15cmd/ld: record complete runtime-gdb.py path againRuss Cox