summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/ld, runtime: clean up CL 9666047Russ Cox2013-06-031-2/+2
* cmd/ld, runtime: emit pointer maps for nosplits identified by the linkerCarl Shapiro2013-05-291-1/+5
* cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro2013-05-281-1/+7
* cmd/ld: fix SDYNIMPORT symbol testAlex Brainman2013-05-021-1/+1
* cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor2013-05-011-2/+10
* cmd/ld: don't show cursym in gcc invocation failure messageShenghou Ma2013-04-201-0/+3
* cmd/ld: always do external link for -linkmode=externalIan Lance Taylor2013-04-121-9/+23
* cmd/ld: fix inconsistency in internal linking of common symbols.R?my Oudompheng2013-04-101-0/+3
* cmd/ld: add -extld and -extldflags optionsIan Lance Taylor2013-04-011-5/+27
* cmd/ld: only pass -rdynamic to host linker on ELF targetIan Lance Taylor2013-03-281-2/+3
* cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-281-1/+4
* cmd/ld: when using host linker pass -r option as -rpathIan Lance Taylor2013-03-281-0/+3
* cmd/cc, cmd/ld: do not overflow strings in symbol lookup.R?my Oudompheng2013-03-251-3/+2
* cmd/ld: generate relocated DWARF in hostobj modeRuss Cox2013-03-191-4/+16
* cmd/ld: fix 'use after free' error in new obj codeRuss Cox2013-03-121-1/+1
* lib9, cmd/dist, cmd/ld: Plan 9: fix buildAkshat Kumar2013-03-111-0/+5
* cmd/ld: darwin support for host linkingRuss Cox2013-03-111-0/+2
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-101-0/+1
* cmd/ld: include full symbol table in Mach-O outputRuss Cox2013-03-101-1/+0
* cmd/ld: add tmpdir flag to preserve temp filesRuss Cox2013-03-101-6/+5
* cmd/ld: external linking fixes for linux/386Russ Cox2013-03-081-2/+0
* cmd/ld: steps toward 386 host linkingRuss Cox2013-03-071-2/+11
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-37/+266
* cmd/ld, runtime: adjust symbol table representationRuss Cox2013-02-261-6/+28
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-211-1/+3
* cmd/ld: support for linking with host linkerRuss Cox2013-01-311-0/+13
* cmd/ld: retry short writes, to get error detailRuss Cox2013-01-311-11/+20
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-301-1/+8
* cmd/gc, cmd/ld: rename -b to -raceRuss Cox2013-01-061-2/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-0/+28
* cmd/ld: move symtab, ELF generation to portable codeRuss Cox2013-01-061-0/+82
* cmd/ld: skip 0-length write in cwriteRuss Cox2012-12-061-0/+2
* cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma2012-10-101-0/+1
* race: linker changesDmitriy Vyukov2012-09-191-1/+8
* cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox2012-09-131-2/+2
* cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma2012-05-231-18/+31
* fix build for FreeBSD/amd64Shenghou Ma2012-03-031-1/+1
* ld: allow more -L optionsShenghou Ma2012-03-031-5/+16
* ld/6l/8l: First pass at changes to the linker to support NetBSD binaries.Christopher Nielsen2011-12-121-1/+1
* ld: fix memory leaksScott Lawrence2011-12-071-1/+11
* ld: increase default stack size on Windows for cgoDmitriy Vyukov2011-12-071-0/+1
* gc, ld: sync pathtoprefix + add commentsRuss Cox2011-11-031-3/+11
* gopack: change archive file name length back to 16Russ Cox2011-11-011-8/+2
* gc: introduce runeRuss Cox2011-10-251-2/+22
* ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Po?epko2011-10-141-0/+5
* ld: handle Plan 9 ar formatLucio De Re2011-08-221-6/+20
* ld: remove cseekend and redo pe writingAlex Brainman2011-07-281-6/+0
* ld: detect all import cyclesRuss Cox2011-07-221-0/+3
* ld: allow seek within write bufferRuss Cox2011-07-181-10/+69
* ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer2011-06-281-1/+1