aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l
AgeCommit message (Expand)Author
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
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-016l: drop confusing commentRuss Cox
2010-07-016l: implement MOVLQZX as "mov", not "movsxd"Russ Cox
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox
2010-06-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox
2010-04-206l, 8l: include ELF header in PT_LOAD mapping for text segmentRuss Cox
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand
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
2010-02-03ld: include main and runtime in the library loopRuss Cox
2010-01-27change print print buffer sizeKen Thompson
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox
2010-01-25ld: do not load the same object file multiple times.Russ Cox
2010-01-22eliminate the package global name space assumption in object filesRuss Cox
2010-01-19cleanup toward eliminating package global name spaceRuss Cox
2009-12-076l, 8l: make string buffer big enough for 8 chars (and then some)weekly.2009-12-07Russ Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell
2009-11-186l, 8l: add trivial hash table for dynamic symbolsRuss Cox
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox
2009-11-17fix botchKen Thompson
2009-11-17change a n^2 algorithm inKen Thompson
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-166l: fix divide by zero in glibc linker.Russ Cox
2009-11-09tweak documentation of commandsRuss Cox
2009-11-05gofmt'ed 6l 8l cgoRobert Griesemer
2009-11-04speed up 6lKen Thompson
2009-11-03document the gc go compilers.Rob Pike
2009-11-03more command documentation, including nm and profRob Pike
2009-11-03document the assemblers.Rob Pike
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike
2009-11-036l -e: emit external ELF symbol table.Russ Cox
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-12stack overflow debugging and fix.Russ Cox
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-10-05allow multiple -L optionsRob Pike
2009-10-03clean moreRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox
2009-09-24convert 8l to new ELF code.Russ Cox
2009-09-16use /bin/ed to avoid portability issuesRob Pike
2009-08-30fix line numbers, again.Russ Cox