aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/data.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-01-07runtime: faster version of findfuncKeith Randall
2015-01-07cmd/9l: support internal linkingAustin Clements
2015-01-07cmd/ld: support for relocation variantsAustin Clements
2015-01-07cmd/ld: support 2 byte relocationsAustin Clements
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
2014-10-21cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor
2014-09-28cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor
2014-09-24build: fix elf buildsRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
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-12cmd/ld: handle large link base addressesRuss Cox
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-08-06undo CL 114420043 / b613f2acdf69Shenghou Ma
2014-08-06cmd/ld: fix operator precedenceShenghou Ma
2014-07-29cmd/ld: better diagnostics on unaligned symbolsDmitriy Vyukov
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-19cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-15cmd/ld: attempt at fixing openbsd buildRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-25cmd/ld: fix build for ARMv5.Shenghou Ma
2014-02-23cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma
2014-02-11cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2013-12-18cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09cmd/ld: fix linux/386 buildRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-04cmd/ld: don't allocate unused garbage space in pclntab file tableIan Lance Taylor
2013-08-14cmd/ld: Remove superfluous redundant iself checkElias Naur
2013-08-14cmd/dist: fix darwin buildRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox