aboutsummaryrefslogtreecommitdiff
path: root/src/liblink/asm5.c
AgeCommit message (Expand)Author
2023-07-31[release-branch.go1.4] all: fixes for modern compilersrelease-branch.go1.4Russ Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-06liblink: fix arm build errorsRuss Cox
2014-08-06liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma
2014-07-23liblink: more precise literal word comparison on armRuss Cox
2014-07-21liblink: remove some gotos + other fixesRuss Cox
2014-07-11liblink: fix warnings on Plan 9David du Colombier
2014-07-10cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma
2014-07-02build: annotations and modifications for c2goRuss 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-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-03-11liblink: fix bad code generated for MOVFD/MOVDF when reg > 7Josh Bleecher Snyder
2014-02-03liblink, cmd/5l: restore flag_sharedElias Naur
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2013-12-27all: fix a few spelling errors in source commentsMartin Olsson
2013-12-18liblink: fix Plan 9 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox