summaryrefslogtreecommitdiff
path: root/src/cmd/5l
Commit message (Expand)AuthorAgeFilesLines
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-194-49/+0
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-1/+0
* cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in inputRuss Cox2013-07-163-3/+13
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-163-3/+10
* cmd/ld: fix large stack split for preempt checkRuss Cox2013-07-121-5/+16
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-3/+10
* cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox2013-07-111-1/+1
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-106/+70
* cmd/gc: move genembedtramp into portable codeRuss Cox2013-06-111-4/+20
* cmd/5l: use BLX for BL (Rx).Shenghou Ma2013-06-112-12/+10
* cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l.Shenghou Ma2013-06-111-5/+3
* all: fix typosShenghou Ma2013-06-091-2/+2
* cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead.Lucio De Re2013-05-301-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-283-0/+37
* cmd/ld: add -extld and -extldflags optionsIan Lance Taylor2013-04-011-0/+2
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-0/+5
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-0/+1
* cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini...R?my Oudompheng2013-03-251-0/+4
* build, cmd/5l: actually report failures for -linkmode testsShenghou Ma2013-03-251-1/+3
* cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables.R?my Oudompheng2013-03-241-1/+0
* cmd/5l: fix arm buildDave Cheney2013-03-201-1/+1
* cmd/ld: replace -hostobj with -linkmodeRuss Cox2013-03-192-1/+7
* cmd/ld: another use-after-freeRuss Cox2013-03-141-0/+1
* cmd/5l: fix build (define stub machoreloc1)Russ Cox2013-03-111-4/+15
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-102-4/+8
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-102-17/+10
* cmd/ld: add tmpdir flag to preserve temp filesRuss Cox2013-03-101-0/+1
* cmd/ld: steps toward 386 host linkingRuss Cox2013-03-071-0/+1
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-073-10/+13
* libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma2013-02-262-4/+32
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-253-0/+6
* cmd/5l, cmd/6l, cmd/8l: accept CALL reg, regRuss Cox2013-02-221-0/+1
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-214-0/+10
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/5l: fix print formatLucio De Re2013-02-131-1/+1
* cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma2013-02-042-15/+5
* cmd/ld: support for linking with host linkerRuss Cox2013-01-311-0/+34
* cmd/5l: reestablish uniform union field namingRuss Cox2013-01-301-4/+4
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-307-26/+123
* cmd/5l: move offset2 into Adr.u0 union to save 4/8 bytes for Adr/Prog resp.Shenghou Ma2013-01-221-3/+6
* cmd/5l: reduce the size of Prog and SymDave Cheney2013-01-201-4/+3
* cmd/5l: fix invalid executable header on Plan 9Anthony Martin2013-01-122-14/+31
* cmd/5l: support -Z (zero stack frame at function entry)Shenghou Ma2013-01-113-2/+75
* cmd/gc, cmd/ld: rename -b to -raceRuss Cox2013-01-061-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-062-65/+37
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-063-576/+19
* cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native toolsLucio De Re2013-01-041-0/+1
* cmd/[568]l: do not generate PT_TLS on openbsdJoel Sing2012-12-211-1/+4
* cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour...Shenghou Ma2012-12-181-1/+1
* cmd/ld: fix build on elf systemsRuss Cox2012-11-131-0/+1