summaryrefslogtreecommitdiff
path: root/src/liblink/objfile.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-9/+24
|\
| * [dev.cc] liblink: resolve bss vs other conflict regardless of order foundRuss Cox2014-11-111-9/+24
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-2/+7
|\ \ | |/ |/|
| * [dev.power64] build: merge default into dev.power64Austin Clements2014-10-221-4/+14
| |\
| * | [dev.power64] liblink: handle $i64. symbols, add debug output for -S -v, show...Shenghou Ma2014-08-071-2/+7
* | | liblink: fix cmd/ld -X flagRuss Cox2014-09-261-0/+2
* | | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-2/+4
* | | liblink, sync/atomic: fix arm buildRuss Cox2014-09-161-1/+6
* | | liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-161-1/+22
* | | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox2014-09-121-0/+12
| |/ |/|
* | cmd/ld: diagnose Go calling CRuss Cox2014-08-311-4/+14
|/
* liblink: use LinkArch.textflag() to get text and dataflagShenghou Ma2014-08-061-10/+2
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-1/+10
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-161-1/+4
* liblink: add leaf bit to object file formatRuss Cox2014-04-161-1/+7
* liblink: fix incorrect hash collision in lookupRuss Cox2014-04-161-6/+17
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-1/+5
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-5/+7
* liblink, cmd/link: add version number to object fileRuss Cox2014-04-141-1/+5
* cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox2014-04-021-2/+12
* liblink: allow either of a pair of conflicting symbols to say dupokRuss Cox2013-12-191-1/+1
* liblink: use explicit field for globl duplicate detectionRuss Cox2013-12-181-1/+2
* liblink, cmd/gc: resolve several shift warningsDave Cheney2013-12-191-2/+2
* liblink: rewrite '\\' in paths to '/' on windowsShenghou Ma2013-12-171-2/+33
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-0/+665