summaryrefslogtreecommitdiff
path: root/src/cmd/6l
Commit message (Expand)AuthorAgeFilesLines
* various: avoid %ld etcRuss Cox2010-10-134-9/+9
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-1310-1201/+727
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-133-293/+293
* ld: share asmlcRuss Cox2010-10-061-80/+0
* 6l, 8l: fix -K implementationRuss Cox2010-09-291-28/+5
* 6l, 8l: elfsetstring is only for .shstrtabRuss Cox2010-09-281-1/+2
* various: appease the ubuntu gcc monsterRuss Cox2010-09-281-4/+4
* 6l/8l: emit DWARF frame info.Luuk van Dijk2010-09-202-4/+19
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-193-83/+73
* tabsRuss Cox2010-09-142-23/+23
* 6l, 8l: make etext accurate; introduce rodata, erodata.Russ Cox2010-09-141-1/+6
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-127-67/+88
* 6l/8l: emit DWARF in macho.Luuk van Dijk2010-09-011-1/+1
* 8l: emit DWARF in ELF.Luuk van Dijk2010-08-302-3/+2
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-13/+6
* Dwarf output for 6l.Luuk van Dijk2010-08-184-25/+40
* 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