summaryrefslogtreecommitdiff
path: root/src/cmd/ld
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor2014-10-211-3/+1
* cmd/cgo: disable clang's integrated assemblerDave Cheney2014-10-201-1/+1
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-111-5/+12
* cmd/ld: correct pe section names if longer then 8 charsAlex Brainman2014-10-111-0/+9
* cmd/ld: fix off-by-one error when emitting symbol namesShenghou Ma2014-10-101-2/+1
* cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor2014-10-081-2/+12
* runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-071-1/+4
* cmd/ld: ignore .Linfo_stringNN variables in clang .o filesRuss Cox2014-10-061-0/+2
* undo CL 141840043 / 65e21380cb2aBrad Fitzpatrick2014-09-291-3/+2
* cmd/ld: close outfile before cleanupJonathan Rudenberg2014-09-291-2/+3
* cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor2014-09-282-3/+10
* cmd/go: display program name when reporting crashRuss Cox2014-09-261-0/+9
* build: fix elf buildsRuss Cox2014-09-242-4/+13
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-0/+1
* lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor2014-09-181-0/+4
* cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder2014-09-151-3/+3
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-085-8/+8
* cmd/ld: diagnose Go calling CRuss Cox2014-08-313-0/+56
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-274-75/+75
* cmd/ld: fix undefined behaviour in pcln.cDave Cheney2014-08-221-1/+1
* liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox2014-08-181-3/+7
* cmd/ld: fix operator precedenceDave Cheney2014-08-161-1/+1
* cmd/ld: fix operator precedenceShenghou Ma2014-08-161-1/+1
* cmd/ld: handle large link base addressesRuss Cox2014-08-122-8/+8
* undo CL 114420043 / b613f2acdf69Shenghou Ma2014-08-061-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-062-104/+4
* cmd/ld: fix operator precedenceShenghou Ma2014-08-061-1/+1
* runtime: remove type.goDmitriy Vyukov2014-08-051-2/+2
* cmd/ld: better diagnostics on unaligned symbolsDmitriy Vyukov2014-07-291-4/+8
* runtime: simpler and faster GCDmitriy Vyukov2014-07-293-39/+190
* cmd/ld: remove duplicated nuxiinit() call.Shenghou Ma2014-07-261-1/+0
* cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov2014-07-223-7/+7
* runtime: convert map implementation to Go.Keith Randall2014-07-161-1/+1
* cmd/ld: use count, not upper bound, in type of arrayRob Pike2014-07-161-4/+5
* cmd/ld: change DWARF encoding for array lengthsRob Pike2014-07-151-1/+1
* cmd/ld: consistently document flags that expect valuesMatthew Dempsky2014-07-151-4/+4
* cmd/ld: generate correct upper bound value for array types.Rob Pike2014-07-152-2/+3
* cmd/ld: add go-specific dwarf type informationRuss Cox2014-07-111-47/+65
* ld: change DWARF output for structsRob Pike2014-07-111-5/+2
* cmd/ld: fix off-by-one in DWARF frame tablesRob Pike2014-07-071-3/+3
* cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw2014-07-035-4/+18
* build: annotations and modifications for c2goRuss Cox2014-07-021-0/+13
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-263-15/+15
* cmd/ld: fix PC deltas in DWARF line number tableIan Lance Taylor2014-06-101-2/+2
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-201-0/+2
* cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox2014-05-201-0/+9
* cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma2014-05-191-0/+10
* cmd/ld: correct pe section number in symbol tableAlex Brainman2014-05-061-18/+17
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-1/+12
* runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma2014-04-211-2/+2