mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
parent
c11882bc3e
commit
8c195bdf12
119 changed files with 88449 additions and 254 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue