1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg/runtime/darwin/386
Russ Cox 6c196015e0 runtime: various arm fixes
* 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
https://golang.org/cl/884041
2010-04-05 12:51:09 -07:00
..
defs.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
rt0.s Remove unnecessary execute bits. 2009-11-18 09:19:29 -08:00
signal.c runtime: various arm fixes 2010-04-05 12:51:09 -07:00
sys.s runtime: instrument malloc + garbage collector. 2010-02-08 14:32:22 -08:00