aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/newlink/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/newlink/debug.go')
-rw-r--r--src/cmd/newlink/debug.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/newlink/debug.go b/src/cmd/newlink/debug.go
new file mode 100644
index 0000000000..ee20644fd0
--- /dev/null
+++ b/src/cmd/newlink/debug.go
@@ -0,0 +1,11 @@
+// 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.
+
+// Generation of debug data structures (in the executable but not mapped at run time).
+// See also runtime.go.
+
+package main
+
+func (p *Prog) debug() {
+}