aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2010-10-246l/8l: global and local variables and type info.Luuk van Dijk
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-208l: fix windows buildAlex Brainman
2010-10-198l: fix references to INITDAT in windows pe.cRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-195l, 6l, 8l: separate pass to fix addressesRuss Cox
2010-10-17[68]l: proper end of instruction ranges in dwarf.Luuk van Dijk
2010-10-17[68]l: fix off by one instruction in dwarf frame unwinding.Luuk van Dijk
2010-10-158l: fix windows build.Wei Guangjing
2010-10-158l: blind attempt to fix windows buildRuss Cox
2010-10-156l: function at a time code layoutRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-10-126l: work with OS X nm/otoolJim McGrath
2010-10-11ld: be less picky about bad line number infoRuss Cox
2010-10-116l: correct offset for __nl_symbol_ptr in Mach-O.Jim McGrath
2010-10-116l: fix Mach-O LC_RPATHJim McGrath
2010-10-07[568]a: precise linenumbers for statements.Luuk van Dijk
2010-10-06ld: share asmlcRuss Cox
2010-09-28various: appease the ubuntu gcc monsterRuss Cox
2010-09-20loader fixKen Thompson
2010-09-206l/8l: emit DWARF frame info.Luuk van Dijk
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-14tabsRuss Cox
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-09-10ld: handle quoted spaces in package pathDan Sinclair
2010-09-016l/8l: emit DWARF in macho.Luuk van Dijk
2010-08-308l: emit DWARF in ELF.Luuk van Dijk
2010-08-18Dwarf output for 6l.Luuk van Dijk
2010-07-266l: more invalid input filesRuss Cox
2010-07-21ld: various bug fixesRuss Cox
2010-07-165l, 6l, 8l: reject invalid input filesRuss Cox
2010-07-01ld: fix handling of "". names in #pragma dynimport/dynexportRuss Cox
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox
2010-06-29ld: fix implementation of -uRuss Cox
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox
2010-04-308l: fix absolute path detection on WindowsRuss Cox
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-04-138l: add DOS stub to PE binariesEvan Shaw
2010-03-25Support #pragma dynexport on OS X.Ian Lance Taylor
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor
2010-02-108l: pe executable building code changed to include import table for kernel32....Alex Brainman
2010-02-10ld: unused variableRuss Cox
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman