aboutsummaryrefslogtreecommitdiff
path: root/doc/asm.html
diff options
context:
space:
mode:
authorAaron Jacobs <jacobsa@google.com>2015-06-24 09:50:12 +1000
committerAndrew Gerrand <adg@golang.org>2015-06-26 03:38:21 +0000
commit86286883047d75df7769bff42ba2364b9bcee6fd (patch)
tree32d11b9d544fb8b6bec1116994f12dca8e4addfd /doc/asm.html
parenta4ec50bd0b5986fbe0369043ac9e30e4ce229f21 (diff)
downloadgo-86286883047d75df7769bff42ba2364b9bcee6fd.tar.gz
go-86286883047d75df7769bff42ba2364b9bcee6fd.zip
Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f Reviewed-on: https://go-review.googlesource.com/11390 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/asm.html')
-rw-r--r--doc/asm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asm.html b/doc/asm.html
index 43382fc96b..3f116ea607 100644
--- a/doc/asm.html
+++ b/doc/asm.html
@@ -7,7 +7,7 @@
<p>
This document is a quick outline of the unusual form of assembly language used by the <code>gc</code>
-suite of Go compilers (<code>6g</code>, <code>8g</code>, etc.).
+Go compiler.
The document is not comprehensive.
</p>
@@ -52,7 +52,7 @@ package main
func main() {
println(3)
}
-$ go tool 6g -S x.go # or: go build -gcflags -S x.go
+$ go tool compile -S x.go # or: go build -gcflags -S x.go
--- prog list "main" ---
0000 (x.go:3) TEXT main+0(SB),$8-0