aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-09-05cmd/ld: emit relocations for .debug_frame in external link modeIan Lance Taylor
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-31cmd/8l: add support for dragonfly/386Joel Sing
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-08-29cmd/cc,runtime: change preprocessor to expand macros inside ofKeith Randall
2013-08-24all: compiler/bootstrap for dragonfly/amd64Joel Sing
2013-08-14cmd/ld: Remove superfluous redundant iself checkElias Naur
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-07cmd/ld: Put the textflag constants in a separate file.Keith Randall
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-10cmd/ld: correct assignment of sizes to mach-o symbolsRuss 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-11cmd/ld: document -s flag.Shenghou Ma
2013-06-09all: fix typosShenghou Ma
2013-06-04cmd/ld: fix gcdata and gcbss symbolsAnthony Martin
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-18cmd/ld: emit .tbss section when doing dynamic internal linkingShenghou Ma
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-05-02cmd/ld: fix SDYNIMPORT symbol testAlex Brainman
2013-05-01cmd/ld: fix another unsigned value causing bugs on Plan 9Rob Pike
2013-05-01cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor
2013-04-30cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-30cmd/ld: another attempt at the relocation overflow fixRob Pike
2013-04-30cmd/ld: fix check for address wrap in relocationRob Pike
2013-04-30cmd/ld: disable relocation range check so build can go green while we debug t...Rob Pike
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-04-20cmd/ld: do not relocate ignored PE sectionsAlex Brainman
2013-04-20cmd/ld: don't show cursym in gcc invocation failure messageShenghou Ma
2013-04-15cmd/ld: ignore PE sections that are not code or dataIan Lance Taylor