aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.c
AgeCommit message (Expand)Author
2013-09-20cmd/ld: fix "ld -s" to not discard pclntab.Shenghou Ma
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-09-04cgo: enable cgo on dragonflyAulus Egnatius Varialus
2013-09-04cmd/ld: don't allocate unused garbage space in pclntab file tableIan Lance Taylor
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-08-14cmd/dist: fix darwin buildRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-02runtime: reimplement reflect.call to not use stack splitting.Keith Randall
2013-08-01cmd/ld: report pclntab, funcdata sizes in 6l -v outputRuss Cox
2013-07-31undo CL 12193043 / cc5858966b08Brad Fitzpatrick
2013-07-31 cmd/ld: report pclntab, funcdata sizes in 6l -v outputRuss Cox
2013-07-22cmd/ld: fix warnings on Plan 9David du Colombier
2013-07-19cmd/ld, runtime: remove unused fields from FuncRuss Cox
2013-07-19cmd/gc, cmd/ld: fix build: remove unused var, use correct var in printfIan Lance Taylor
2013-07-19runtime: use funcdata to supply garbage collection informationRuss Cox
2013-07-19runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall
2013-07-18cmd/ld: refine test for history stack pop (fix Windows build)Russ Cox
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-18cmd/ld: trivial: fix unused parameter pedantryDave Cheney
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox
2013-07-08cmd/ld: trivial: fix unhandled switch caseDave Cheney
2013-06-25cmd/ld: fix line numbers when using fieldtrackRuss Cox
2013-06-12cmd/ld: supply -s to gcc if -s is passed.Shenghou Ma
2013-06-03cmd/ld, runtime: clean up CL 9666047Russ Cox
2013-05-29cmd/ld, runtime: emit pointer maps for nosplits identified by the linkerCarl Shapiro
2013-05-28cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro
2013-05-02cmd/ld: fix SDYNIMPORT symbol testAlex Brainman
2013-05-01cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor
2013-04-20cmd/ld: don't show cursym in gcc invocation failure messageShenghou Ma
2013-04-12cmd/ld: always do external link for -linkmode=externalIan Lance Taylor
2013-04-10cmd/ld: fix inconsistency in internal linking of common symbols.Rémy Oudompheng
2013-04-01cmd/ld: add -extld and -extldflags optionsIan Lance Taylor
2013-03-28cmd/ld: only pass -rdynamic to host linker on ELF targetIan Lance Taylor
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-28cmd/ld: when using host linker pass -r option as -rpathIan Lance Taylor
2013-03-25cmd/cc, cmd/ld: do not overflow strings in symbol lookup.Rémy Oudompheng
2013-03-19cmd/ld: generate relocated DWARF in hostobj modeRuss Cox
2013-03-12cmd/ld: fix 'use after free' error in new obj codeRuss Cox
2013-03-11lib9, cmd/dist, cmd/ld: Plan 9: fix buildAkshat Kumar
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-10cmd/ld: add tmpdir flag to preserve temp filesRuss Cox
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-01-31cmd/ld: support for linking with host linkerRuss Cox