summaryrefslogtreecommitdiff
path: root/src/cmd/6l
Commit message (Expand)AuthorAgeFilesLines
* amd64: use segment memory for thread-local storageRuss Cox2010-08-045-7/+74
* 6l: more invalid input filesRuss Cox2010-07-261-9/+12
* ld: various bug fixesRuss Cox2010-07-212-39/+28
* 5l, 6l, 8l: reject invalid input filesRuss Cox2010-07-162-7/+17
* 6l: drop confusing commentRuss Cox2010-07-011-1/+1
* 6l: implement MOVLQZX as "mov", not "movsxd"Russ Cox2010-07-011-1/+1
* cgo: use slash-free relative paths for .so referencesRuss Cox2010-06-301-0/+2
* ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox2010-06-211-10/+0
* Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor2010-06-111-2/+4
* 5l, 6l, 8l, runtime: make -s binaries workRuss Cox2010-04-274-12/+70
* 6l, 8l: include ELF header in PT_LOAD mapping for text segmentRuss Cox2010-04-201-5/+5
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-232-31/+47
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-222-7/+7
* Add -r option to 6l/8l/5l.Ian Lance Taylor2010-02-264-1/+9
* *l/*c: add -V flag to display version numberAndrew Gerrand2010-02-082-0/+5
* 6l: move mapped symbol table lower in memoryAndrew Gerrand2010-02-041-1/+1
* search for runtime.a in the package path instead of hardcodingKai Backman2010-02-031-5/+4
* ld: include main and runtime in the library loopRuss Cox2010-02-031-1/+1
* change print print buffer sizeKen Thompson2010-01-271-3/+3
* 5l, 6l, 8l: accept only one object fileRuss Cox2010-01-251-5/+4
* ld: do not load the same object file multiple times.Russ Cox2010-01-251-0/+6
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-4/+8
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-11/+11
* 6l, 8l: make string buffer big enough for 8 chars (and then some)weekly.2009-12-07Russ Cox2009-12-071-1/+1
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell2009-11-181-3/+2
* 6l, 8l: add trivial hash table for dynamic symbolsRuss Cox2009-11-181-18/+21
* ld: move interpreter string into first block of ELF fileRuss Cox2009-11-181-15/+10
* fix botchKen Thompson2009-11-171-1270/+0
* change a n^2 algorithm inKen Thompson2009-11-171-2/+1385
* FreeBSD-specific porting work.Devon H. O'Dell2009-11-172-2/+21
* 6l: fix divide by zero in glibc linker.Russ Cox2009-11-161-5/+12
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* gofmt'ed 6l 8l cgoRobert Griesemer2009-11-051-1/+1
* speed up 6lKen Thompson2009-11-045-46/+126
* document the gc go compilers.Rob Pike2009-11-031-0/+2
* more command documentation, including nm and profRob Pike2009-11-031-1/+1
* document the assemblers.Rob Pike2009-11-031-0/+7
* First steps at command documentation: C compilers and linkers.Rob Pike2009-11-031-0/+32
* 6l -e: emit external ELF symbol table.Russ Cox2009-11-033-15/+139
* rename sys functions to runtime,Russ Cox2009-10-151-11/+11
* stack overflow debugging and fix.Russ Cox2009-10-121-6/+44
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-0710-706/+26
* allow multiple -L optionsRob Pike2009-10-052-9/+16
* clean moreRuss Cox2009-10-031-1/+1
* 8c, 8l dynamic loading support.Russ Cox2009-10-035-96/+36
* step toward darwin ffi: factor out macho codeRuss Cox2009-09-304-185/+99
* convert 8l to new ELF code.Russ Cox2009-09-241-86/+39
* use /bin/ed to avoid portability issuesRob Pike2009-09-161-1/+1
* fix line numbers, again.Russ Cox2009-08-302-1/+7