summaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* undo CL 12193043 / cc5858966b08Brad Fitzpatrick2013-07-311-15/+5
* cmd/ld: report pclntab, funcdata sizes in 6l -v outputRuss Cox2013-07-311-5/+15
* cmd/ld: fix warnings on Plan 9David du Colombier2013-07-221-8/+6
* cmd/ld, runtime: remove unused fields from FuncRuss Cox2013-07-191-8/+1
* cmd/gc, cmd/ld: fix build: remove unused var, use correct var in printfIan Lance Taylor2013-07-191-1/+1
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-24/+7
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-191-6/+3
* cmd/ld: refine test for history stack pop (fix Windows build)Russ Cox2013-07-181-4/+14
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-182/+90
* cmd/ld: trivial: fix unused parameter pedantryDave Cheney2013-07-181-0/+3
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-161-0/+614
* cmd/ld: place read-only data in non-executable segmentRuss Cox2013-07-111-0/+11
* cmd/ld: trivial: fix unhandled switch caseDave Cheney2013-07-081-0/+3
* cmd/ld: fix line numbers when using fieldtrackRuss Cox2013-06-251-1/+1
* cmd/ld: supply -s to gcc if -s is passed.Shenghou Ma2013-06-121-1/+4