aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/rt0_linux_amd64.s
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-03runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-06-11runtime: rename _rt0_$GOARCH to _rt0_goRuss Cox
2013-03-06runtime: change amd64 startup conventionRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox