go/src/pkg/runtime/linux/386
Russ Cox 5963dbac08 runtime: turn divide by zero, nil dereference into panics
tested on linux/amd64, linux/386, linux/arm, darwin/amd64, darwin/386.
freebsd untested; will finish in a separate CL.

for now all the panics are errorStrings.
richer structures can be added as necessary
once the mechanism is shaked out.

R=r
CC=golang-dev
https://golang.org/cl/906041
2010-04-08 18:15:30 -07:00
..
defs.h runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
rt0.s Remove unnecessary execute bits. 2009-11-18 09:19:29 -08:00
signal.c runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
sys.s runtime: instrument malloc + garbage collector. 2010-02-08 14:32:22 -08:00