summaryrefslogtreecommitdiff
path: root/src/liblink/obj5.c
Commit message (Expand)AuthorAgeFilesLines
* liblink: generate MRC replacement in liblink, not tls_armDave Cheney2014-09-301-2/+18
* liblink, sync/atomic: fix arm buildRuss Cox2014-09-161-0/+1
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-27/+3
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-1/+6
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* liblink: fix arm wrapper prologueRuss Cox2014-09-071-1/+1
* liblink: fix arm build errorsRuss Cox2014-09-061-8/+4
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-50/+73
* liblink: support big-endian properlyShenghou Ma2014-08-061-0/+1
* liblink: warn about TLS base MRC instruction that does not write into R0.Shenghou Ma2014-07-261-13/+21
* liblink: remove some gotos + other fixesRuss Cox2014-07-211-17/+17
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-6/+6
* runtime: use duff zero and copy to initialize memoryKeith Randall2014-05-071-0/+4
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-2/+2
* liblink: fix arm buildRuss Cox2014-03-041-1/+1
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-6/+8
* all: final merge of NaCl treeRuss Cox2014-02-271-0/+1
* liblink, cmd/5l: restore flag_sharedElias Naur2014-02-031-3/+15
* liblink, cmd/5a, cmd/5l: restore cgo on older ARM processorsElias Naur2014-02-031-0/+20
* liblink, runtime: fix cgo on armRuss Cox2014-01-231-74/+0
* liblink: remove use of linkmode on ARMRuss Cox2014-01-211-57/+57
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-162/+78
* liblink: create new library based on linker codeRuss Cox2013-12-081-0/+1187