aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/rt0_linux_arm.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-09-09runtime: remove OABI check from ARM startupRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-06-11runtime: rename _rt0_$GOARCH to _rt0_goRuss Cox
2012-05-05runtime: get per-process random number from auxv for hash tableShenghou Ma
2012-04-10runtime: unregister the SIGILL handler after ARM EABI testQuan Yong Zhai
2012-02-09runtime: Linux/ARM: exit early on OABI systems, and give an error messageShenghou Ma
2011-12-16runtime: make more build-friendlyRuss Cox