aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/8l/asm.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-07cmd/ld: support for relocation variantsAustin Clements
2014-12-22cmd/5l,6l,8l: remove bogus dynsym section indexesAustin Clements
2014-12-22cmd/ld: add a text generation passAustin Clements
2014-10-06cmd/8l: accept R_386_GOT32 in push instructionRuss Cox
2014-08-27cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-31cmd/8l: add support for dragonfly/386Joel Sing
2013-08-31cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld pathJoel Sing
2013-08-24cmd/5l,cmd/8l: unbreak arm and 386 linkersJoel Sing
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-07cmd/6l, cmd/8l: fix BSD buildsRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-11cmd/8l/asm.c: Unused function arguments, suppress warnings.Lucio De Re
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-12-21cmd/[568]l: do not generate PT_TLS on openbsdJoel Sing
2012-12-18cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour...Shenghou Ma
2012-11-13cmd/ld: fix build on elf systemsRuss Cox
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-09-21cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-08-03cmd/ld: add PT_PAX_FLAGS ELF headerRuss Cox
2012-05-23cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma
2012-02-22ld: get symbol table letters rightRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-196l, 8l: fix build for ELF systemsShenghou Ma
2012-02-12gc, 8g, 8l: fix a handful of warningsAnthony Martin
2012-01-295l, 6l, 8l, ld: remove memory leaksShenghou Ma
2012-01-226l, 8l: remove unused macro definitionShenghou Ma
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-12-12ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz