aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/obj5.c
AgeCommit message (Expand)Author
2015-02-26liblink: delete unused codeRuss Cox
2015-02-11cmd/gc: factor newly-portable code into gc directoryRuss Cox
2015-02-04liblink: require use of TYPE_ADDR, not TYPE_CONSTRuss Cox
2015-02-03liblink: define fixed A-numbers for common instructionsRuss Cox
2015-02-03liblink: place DATA size in from3.offset alwaysRuss Cox
2015-02-03liblink: the zero Prog is now valid and ready for useRuss Cox
2015-02-03liblink: place TEXT/GLOBL flags in p->from3 alwaysRuss Cox
2015-01-30cmd/5a, cmd/5g, cmd/5l, liblink: update for portable Prog, AddrRuss Cox
2015-01-14liblink: adjustments for c2go conversionRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-09-30liblink: generate MRC replacement in liblink, not tls_armDave Cheney
2014-09-16liblink, sync/atomic: fix arm buildRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-07liblink: fix arm wrapper prologueRuss Cox
2014-09-06liblink: fix arm build errorsRuss Cox
2014-09-06runtime: fix panic/wrapper/recover mathRuss Cox
2014-08-06liblink: support big-endian properlyShenghou Ma
2014-07-26liblink: warn about TLS base MRC instruction that does not write into R0.Shenghou Ma
2014-07-21liblink: remove some gotos + other fixesRuss Cox
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-07runtime: use duff zero and copy to initialize memoryKeith Randall
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-03-04liblink: fix arm buildRuss Cox
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-03liblink, cmd/5l: restore flag_sharedElias Naur
2014-02-03liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox