aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9g/gg.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9g/gg.go')
-rw-r--r--src/cmd/9g/gg.go28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/cmd/9g/gg.go b/src/cmd/9g/gg.go
new file mode 100644
index 0000000000..068d8afe53
--- /dev/null
+++ b/src/cmd/9g/gg.go
@@ -0,0 +1,28 @@
+// Copyright 2009 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+import "cmd/internal/obj/ppc64"
+import "cmd/internal/gc"
+
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+var reg [ppc64.NREG + ppc64.NFREG]uint8
+
+var panicdiv *gc.Node
+
+/*
+ * cgen.c
+ */
+
+/*
+ * list.c
+ */
+
+/*
+ * reg.c
+ */