summaryrefslogtreecommitdiff
path: root/src/cmd/6l
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor4-1/+9
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand2-0/+5
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand1-1/+1
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman1-5/+4
2010-02-03ld: include main and runtime in the library loopRuss Cox1-1/+1
2010-01-27change print print buffer sizeKen Thompson1-3/+3
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-5/+4
2010-01-25ld: do not load the same object file multiple times.Russ Cox1-0/+6
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-4/+8
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-11/+11
2009-12-076l, 8l: make string buffer big enough for 8 chars (and then some)Russ Cox1-1/+1
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-3/+2
2009-11-186l, 8l: add trivial hash table for dynamic symbolsRuss Cox1-18/+21
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox1-15/+10
2009-11-17fix botchKen Thompson1-1270/+0
2009-11-17change a n^2 algorithm inKen Thompson1-2/+1385
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell2-2/+21
2009-11-166l: fix divide by zero in glibc linker.Russ Cox1-5/+12
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-05gofmt'ed 6l 8l cgoRobert Griesemer1-1/+1
2009-11-04speed up 6lKen Thompson5-46/+126
2009-11-03document the gc go compilers.Rob Pike1-0/+2
2009-11-03more command documentation, including nm and profRob Pike1-1/+1
2009-11-03document the assemblers.Rob Pike1-0/+7
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+32
2009-11-036l -e: emit external ELF symbol table.Russ Cox3-15/+139
2009-10-15rename sys functions to runtime,Russ Cox1-11/+11
2009-10-12stack overflow debugging and fix.Russ Cox1-6/+44
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox10-706/+26
2009-10-05allow multiple -L optionsRob Pike2-9/+16
2009-10-03clean moreRuss Cox1-1/+1
2009-10-038c, 8l dynamic loading support.Russ Cox5-96/+36
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox4-185/+99
2009-09-24convert 8l to new ELF code.Russ Cox1-86/+39
2009-09-16use /bin/ed to avoid portability issuesRob Pike1-1/+1
2009-08-30fix line numbers, again.Russ Cox2-1/+7
2009-08-24ffi -> dynld.Russ Cox2-16/+8
2009-08-24linker workRuss Cox2-22/+57
2009-08-23linker workRuss Cox1-55/+67
2009-08-21linker workRuss Cox8-177/+407
2009-08-20symbol bugs.Russ Cox5-14/+43
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox4-5/+34
2009-08-136g/6l: add go type information to symbol table.Russ Cox3-15/+31
2009-08-12mechanism for putting go types into 6.out symbol table.Russ Cox4-8/+12
2009-08-12change gotype in symbol table fromRuss Cox2-10/+7
2009-08-12delete heuristic left over from incremental compilationRuss Cox1-14/+1
2009-08-09increase from 3 to 11 floating registersKen Thompson1-1/+1
2009-08-07remove 8.out before creating it.Russ Cox1-0/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+2