diff options
author | Russ Cox <rsc@golang.org> | 2009-07-13 16:48:09 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-07-13 16:48:09 -0700 |
commit | 2c1a08f090140bbcc82dcadc700215ae4523a5ad (patch) | |
tree | d577443da2aecdcc6f431b06a5026f0d83a245fc /src/pkg/syscall/syscall_linux.go | |
parent | 2c0d93899e0661a93e14f674abbeafe6c82fec35 (diff) | |
download | golang-2c1a08f090140bbcc82dcadc700215ae4523a5ad.tar.gz |
fix undefined function error.
before:
mainstart: undefined: main·init in mainstart
mainstart: branch out of range in mainstart
(95) CALL ,0(PC) [main·init]
mainstart: undefined: main·main in mainstart
mainstart: branch out of range in mainstart
(97) CALL ,0(PC) [main·main]
mainstart: doasm: notfound from=6f to=6f (95) CALL ,
mainstart: doasm: notfound from=6f to=6f (97) CALL ,
mainstart: doasm: notfound from=6f to=6f (95) CALL ,
mainstart: doasm: notfound from=6f to=6f (97) CALL ,
mainstart: doasm: notfound from=6f to=6f (95) CALL ,
mainstart: doasm: notfound from=6f to=6f (97) CALL ,
after:
mainstart: undefined: main·init in mainstart
mainstart: undefined: main·main in mainstart
R=r
DELTA=7 (1 added, 0 deleted, 6 changed)
OCL=31555
CL=31555
Diffstat (limited to 'src/pkg/syscall/syscall_linux.go')
0 files changed, 0 insertions, 0 deletions