[dev.cc] cmd/internal/gc, cmd/new6g etc: convert from cmd/gc, cmd/6g etc

First draft of converted Go compiler, using rsc.io/c2go rev 83d795a.

Change-Id: I29f4c7010de07d2ff1947bbca9865879d83c32c3
Reviewed-on: https://go-review.googlesource.com/4851
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Russ Cox 2015-02-13 14:40:36 -05:00
parent c11882bc3e
commit 8c195bdf12
119 changed files with 88449 additions and 254 deletions

View file

@ -40,7 +40,8 @@ package obj
// TODO(rsc): Share Go definitions with linkers directly.
const (
StackSystem = 0
STACKSYSTEM = 0
StackSystem = STACKSYSTEM
StackBig = 4096
StackGuard = 640 + StackSystem
StackSmall = 128