From: Rob Pike Date: Wed, 13 Nov 2013 04:07:08 +0000 (-0800) Subject: src/cmd/?a: link to new assembler document X-Git-Tag: go1.3beta1~1342 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0bdd90bc0a5bdd1844862b36ce69cc9283a9713f;p=gostls13.git 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://golang.org/cl/18430044 --- diff --git a/src/cmd/5a/doc.go b/src/cmd/5a/doc.go index 29725db04e..74d025fe2c 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 a5f3f87f09..9fdc6ed3a5 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 737c56f133..bdf2fcfbb7 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. */