summaryrefslogtreecommitdiff
path: root/src/liblink/obj8.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-32/+7
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-1/+10
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-20/+58
* liblink: support big-endian properlyShenghou Ma2014-08-061-0/+1
* build: annotations and modifications for c2goRuss Cox2014-07-021-1/+1
* liblink, runtime: preliminary support for plan9/amd64Aram H?v?rneanu2014-07-021-2/+2
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-112/+71
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-2/+2
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-5/+7
* all: final merge of NaCl treeRuss Cox2014-02-271-1/+3
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-136/+95
* liblink: fix extern register accesses on Plan 9 (386)Anthony Martin2013-12-091-3/+3
* liblink: create new library based on linker codeRuss Cox2013-12-081-0/+937