summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm/arch.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-05runtime: various arm fixesRuss Cox1-0/+3
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev http://codereview.appspot.com/884041