aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)Author
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2012-05-04cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-inShenghou Ma
2012-04-115l, runtime: remove softfloat emulation code when not usedShenghou Ma
2012-04-115a, 5l: add PLD (preload data) instructionShenghou Ma
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2012-02-225c, 5g, 5l: fix arm bugRuss Cox
2012-02-22ld: get symbol table letters rightRuss Cox
2012-02-21ld: only set SNOPTRBSS during loadRuss Cox
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-195a, 5c, 5g, 5l: fix build for Linux/ARM.Shenghou Ma
2012-02-19gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox
2012-02-085l: attempt to fix arm buildRob Pike
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-06build: delete make paraphernaliaRuss Cox
2012-01-31build: move the "-c" flag into HOST_CFLAGSAnthony Martin
2012-01-315l: optimize the common case in patch()Shenghou Ma
2012-01-315l: make -v option output less nonessential clutterShenghou Ma
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-295l, 6l, 8l, ld: remove memory leaksShenghou Ma
2012-01-165l: remove redundant codeShenghou Ma
2012-01-12ld: parse but do not implement -X flagRuss Cox
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-045l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor
2011-08-23build: avoid redundant bss declarationsRuss Cox
2011-08-165l, 6l, 8l: add varargck for %ZLucio De Re
2011-07-21ld: fix freebsd build reverting .interp moveGustavo Niemeyer
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-195l: fix arm linker bug introduced by 4742041Rob Pike
2011-07-185l: assume Linux binary, not Plan 9Russ Cox
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-18cmd/5l/Makefile: directory prefix nit, "../5l/" is not needed.Lucio De Re
2011-07-155a, 5c, 5l: fix for Plan 9 buildLucio De Re
2011-07-125l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.David Anderson
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-275l, 6l, 8l: drop use of ed during buildRuss Cox
2011-06-205g, 5l: fix more set but not used warningsAnthony Martin
2011-06-095l: delete dead codeRuss Cox
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-05-255l: fix buildRuss Cox
2011-05-215l: fix set but not used warningsDave Cheney
2011-05-16ld: do not emit reference to dynamic library named ""Russ Cox
2011-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-14libmach: fix warnings.Dave Cheney
2011-04-14ld: defend against some broken object filesRuss Cox