]> Cypherpunks repositories - gostls13.git/commit
runtime: hg revert -r 6ec0a5c12d75
authorRuss Cox <rsc@golang.org>
Fri, 16 Dec 2011 23:50:40 +0000 (18:50 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 16 Dec 2011 23:50:40 +0000 (18:50 -0500)
commit86dcc431e9282013eb8ce6cce22c882f37a05147
tree4d25909755a55f2cfbe8b12624d15e2e08dcf7f8
parent541b67d051fbd26f3727d4d13c6d2b025af8a775
runtime: hg revert -r 6ec0a5c12d75

That was the last build that was close to working.
I will try that change again next week.
Make is being very subtle today.

At the reverted-to CL, the ARM traceback appears
to be broken.  I'll look into that next week too.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5492063
39 files changed:
src/Make.pkg
src/cmd/Makefile
src/make.bash
src/pkg/runtime/Makefile
src/pkg/runtime/Makefile.auto [deleted file]
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_arm.s
src/pkg/runtime/defs1_linux.go
src/pkg/runtime/defs2_linux.go
src/pkg/runtime/defs_arm_linux.go
src/pkg/runtime/defs_darwin.go
src/pkg/runtime/defs_freebsd.go
src/pkg/runtime/defs_linux.go
src/pkg/runtime/defs_netbsd.go
src/pkg/runtime/defs_openbsd.go
src/pkg/runtime/defs_windows.go
src/pkg/runtime/goc2c.c
src/pkg/runtime/lock_futex.c
src/pkg/runtime/lock_sema.c
src/pkg/runtime/mkasmh.sh
src/pkg/runtime/mkgodefs.sh
src/pkg/runtime/mkversion.c
src/pkg/runtime/rt0_windows_amd64.s
src/pkg/runtime/signal_darwin_amd64.c
src/pkg/runtime/sys_darwin_386.s
src/pkg/runtime/sys_darwin_amd64.s
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_linux_386.s
src/pkg/runtime/sys_linux_amd64.s
src/pkg/runtime/sys_linux_arm.s
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_netbsd_amd64.s
src/pkg/runtime/sys_openbsd_386.s
src/pkg/runtime/sys_openbsd_amd64.s
src/pkg/runtime/sys_plan9_386.s
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s