summaryrefslogtreecommitdiff
path: root/src/liblink/obj6.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-170/+16
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+11
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-071-0/+22
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-20/+58
* liblink: support big-endian properlyShenghou Ma2014-08-061-0/+2
* build: annotations and modifications for c2goRuss Cox2014-07-021-1/+1
* liblink, runtime: preliminary support for plan9/amd64Aram H?v?rneanu2014-07-021-1/+5
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-2/+2
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-4/+4
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-128/+108
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-4/+4
* liblink: fix morestack handling on amd64p32.R?my Oudompheng2014-03-071-1/+2
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-8/+18
* all: final merge of NaCl treeRuss Cox2014-02-271-25/+143
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-091-2/+4
* liblink: fix Plan 9 warningsDavid du Colombier2013-12-181-1/+0
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-142/+127
* cmd/6l: fix linux/amd64Russ Cox2013-12-091-9/+7
* liblink: create new library based on linker codeRuss Cox2013-12-081-0/+1078