summaryrefslogtreecommitdiff
path: root/src/cmd/ld/go.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma2012-05-051-2/+62
* 5l, 6l, 8l, ld: remove memory leaksShenghou Ma2012-01-291-0/+1
* ld: fix memory leaksScott Lawrence2011-12-071-2/+5
* ld: fail linking if the top-level package is not main.David Symonds2011-08-021-1/+4
* fix build: clean up file end in an attempt to fix buildRobert Griesemer2011-07-221-3/+0
* ld: detect all import cyclesRuss Cox2011-07-221-1/+160
* 8l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re2011-06-031-2/+2
* ld: make ELF binaries with no shared library dependencies static binariesRuss Cox2011-05-031-0/+2
* cgo: handle versioned ELF symbolsRuss Cox2011-04-271-1/+5
* ld: fix 6l -d on Mac, diagnose invalid use of -dRuss Cox2011-04-251-1/+7
* ld: 25% fasterRuss Cox2011-04-091-7/+4
* ld: return > 0 exit code on unsafe importAndrew Gerrand2011-03-221-0/+1
* 5l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox2011-03-081-0/+1
* gc, ld: reflect support for PtrToRuss Cox2011-03-031-1/+3
* ld: weak symbolsRuss Cox2011-02-241-0/+31
* gc, ld: package name main no longer reservedRuss Cox2011-02-031-2/+0
* ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor2011-01-111-1/+0
* fix freebsd buildRuss Cox2010-12-151-0/+9
* 6l, 8l: support for linking ELF and Mach-O .o filesRuss Cox2010-12-081-3/+20
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-47/+4
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-14/+65
* tabsRuss Cox2010-09-141-2/+2
* ld: handle quoted spaces in package pathDan Sinclair2010-09-101-2/+13
* ld: fix handling of "". names in #pragma dynimport/dynexportRuss Cox2010-07-011-3/+5
* ld: fix implementation of -uRuss Cox2010-06-291-10/+21
* ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox2010-06-211-1/+28
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-231-5/+82
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-221-12/+12
* ld: typoRuss Cox2010-01-251-1/+1
* eliminate package global name spaceRuss Cox2010-01-251-4/+11
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-38/+51
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-14/+14
* first stub for softfloats, intercepts float instructions and skipsKai Backman2009-12-171-2/+1
* cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox2009-11-121-2/+2
* rename sys functions to runtime,Russ Cox2009-10-151-14/+14
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-0/+3
* fix line numbers, again.Russ Cox2009-08-301-25/+0
* ffi -> dynld.Russ Cox2009-08-241-51/+81
* first attempt at real FFI support.Russ Cox2009-08-241-4/+2
* linker workRuss Cox2009-08-241-2/+41
* linker workRuss Cox2009-08-211-0/+2
* symbol bugs.Russ Cox2009-08-201-0/+4
* debugging symbols for 8g.Russ Cox2009-08-131-24/+0
* 6g/6l: add go type information to symbol table.Russ Cox2009-08-131-0/+2
* change gotype in symbol table fromRuss Cox2009-08-121-1/+4
* dead codeRuss Cox2009-07-141-20/+0
* the ld-supplied typestrings are now obsoleteRuss Cox2009-07-071-155/+0
* bug167Russ Cox2009-07-071-1/+1
* allow forward declaration of struct in another fileRuss Cox2009-06-291-35/+39
* restructure makefiles, scripts to factor out O= logic.Russ Cox2009-06-051-10/+10