summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-13 15:17:48 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-13 15:17:48 +1100
commitd311a7d6969bb70fa8a959410cf03d654e78d467 (patch)
tree757db261a0d245485a025d0ed81769c29d1ddec4
parent78bbe48fad02de45597d632945717afdcd0cba65 (diff)
downloadgo-d311a7d6969bb70fa8a959410cf03d654e78d467.tar.gz
[release-branch.go1.2] src/cmd/?a: link to new assembler document
??? CL 18430044 / 1a86e8314ff5 src/cmd/?a: link to new assembler document Blocked on 20930043, the CL the new text references. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/18430044 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/25480046
-rw-r--r--src/cmd/5a/doc.go4
-rw-r--r--src/cmd/6a/doc.go6
-rw-r--r--src/cmd/8a/doc.go5
3 files changed, 14 insertions, 1 deletions
diff --git a/src/cmd/5a/doc.go b/src/cmd/5a/doc.go
index 29725db04..74d025fe2 100644
--- a/src/cmd/5a/doc.go
+++ b/src/cmd/5a/doc.go
@@ -10,6 +10,10 @@
http://plan9.bell-labs.com/magic/man2html/1/8a
+Go-specific considerations are documented at
+
+ http://golang.org/doc/asm.html
+
Its target architecture is the ARM, referred to by these tools as arm.
*/
diff --git a/src/cmd/6a/doc.go b/src/cmd/6a/doc.go
index a5f3f87f0..9fdc6ed3a 100644
--- a/src/cmd/6a/doc.go
+++ b/src/cmd/6a/doc.go
@@ -10,7 +10,11 @@
http://plan9.bell-labs.com/magic/man2html/1/8a
-Its target architecture is the x86-64, referred to by these tools as amd64.
+Go-specific considerations are documented at
+
+ http://golang.org/doc/asm.html
+
+IIts target architecture is the x86-64, referred to by these tools as amd64.
*/
package main
diff --git a/src/cmd/8a/doc.go b/src/cmd/8a/doc.go
index 737c56f13..bdf2fcfbb 100644
--- a/src/cmd/8a/doc.go
+++ b/src/cmd/8a/doc.go
@@ -10,6 +10,11 @@
http://plan9.bell-labs.com/magic/man2html/1/8a
+Go-specific considerations are documented at
+
+ http://golang.org/doc/asm.html
+
+I
Its target architecture is the x86, referred to by these tools for historical reasons as 386.
*/