aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-11-17 23:58:51 -0800
committerRuss Cox <rsc@golang.org>2009-11-17 23:58:51 -0800
commitb3f538a4fdea1c0e9677576c4322e9af1b7639f4 (patch)
treea3dca48153e8697ab9dac2f83ff84f384ffe301b /src/pkg/debug
parent2115f514d047df9c0e7679e2d0df05781b4b961c (diff)
downloadgo-b3f538a4fdea1c0e9677576c4322e9af1b7639f4.tar.xz
FreeBSD/i386 work
This patchset gets Go to pretty much the same state that FreeBSD/amd64 is in. R=rsc https://golang.org/cl/157055
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/proc/regs_freebsd_386.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pkg/debug/proc/regs_freebsd_386.go b/src/pkg/debug/proc/regs_freebsd_386.go
new file mode 100644
index 0000000000..60c9ac719e
--- /dev/null
+++ b/src/pkg/debug/proc/regs_freebsd_386.go
@@ -0,0 +1,5 @@
+// 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 proc