summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/ld: finalize linkmode before determining whether to import runti...Shenghou Ma2014-12-051-12/+12
* [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-17/+19
|\
| * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-3/+3
| |\
| * \ [dev.power64] build: merge default into dev.power64Austin Clements2014-10-221-2/+55
| |\ \
| * | | [dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox2014-08-141-18/+15
| * | | [dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build.Shenghou Ma2014-08-121-0/+3
| * | | [dev.power64] cmd/ld: update for power64Shenghou Ma2014-08-071-1/+3
* | | | undo CL 141840043 / 65e21380cb2aBrad Fitzpatrick2014-09-291-3/+2
* | | | cmd/ld: close outfile before cleanupJonathan Rudenberg2014-09-291-2/+3
* | | | cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor2014-09-281-1/+3
* | | | build: fix elf buildsRuss Cox2014-09-241-1/+3
* | | | lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor2014-09-181-0/+4
| |_|/ |/| |
* | | build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-3/+3
| |/ |/|
* | cmd/ld: diagnose Go calling CRuss Cox2014-08-311-0/+53
* | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-271-2/+2
|/
* cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw2014-07-031-0/+4
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-7/+7
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-201-0/+2
* cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews2014-04-181-12/+19
* cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor2014-04-161-0/+14
* cmd/ld: restore the call graph dumpAnthony Martin2014-04-161-0/+21
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-53/+68
* cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox2014-04-151-0/+1
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-2/+2
* cmd/ld: pass -Qunused-arguments to clang during host linking.Shenghou Ma2014-03-291-1/+4
* cmd/ld: don't delete output binary if not "ordinary" file.Mike Andrews2014-03-291-2/+10
* cmd/ld: give acid a fighting chance at unwinding the stackAnthony Martin2014-03-121-0/+3
* all: final merge of NaCl treeRuss Cox2014-02-271-13/+22
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-0/+24
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-091-1/+3
* cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor2014-01-301-10/+13
* liblink, runtime: fix cgo on armRuss Cox2014-01-231-4/+1
* cmd/gc, cmd/ld: fix Plan 9 warningsDavid du Colombier2014-01-221-2/+4
* cmd/ld: support archives larger than 2GIan Lance Taylor2014-01-211-3/+3
* cmd/ld: make hostobj work on newer openbsdJoel Sing2013-12-201-0/+2
* debug/goobj: expand package prefix correctlyRuss Cox2013-12-181-1/+2
* cmd/gc: implement -pack flagRuss Cox2013-12-171-12/+9
* cmd/ld: maintain correct headstring needed by windows port.Shenghou Ma2013-12-171-0/+1
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-35/+18
* liblink: create new library based on linker codeRuss Cox2013-12-081-1192/+114
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-5/+11
* cmd/ld: fix "ld -s" to not discard pclntab.Shenghou Ma2013-09-201-3/+0
* build: remove various uses of C undefined behaviorRuss Cox2013-09-091-3/+3
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-041-0/+10
* cmd/ld: don't allocate unused garbage space in pclntab file tableIan Lance Taylor2013-09-041-1/+0
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-17/+7
* cmd/dist: fix darwin buildRuss Cox2013-08-141-3/+4
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-13/+28
* runtime: reimplement reflect.call to not use stack splitting.Keith Randall2013-08-021-1/+1
* cmd/ld: report pclntab, funcdata sizes in 6l -v outputRuss Cox2013-08-011-5/+13