]> Cypherpunks repositories - gostls13.git/commitdiff
src/cmd/?a: link to new assembler document
authorRob Pike <r@golang.org>
Wed, 13 Nov 2013 04:07:08 +0000 (20:07 -0800)
committerRob Pike <r@golang.org>
Wed, 13 Nov 2013 04:07:08 +0000 (20:07 -0800)
Blocked on 20930043, the CL the new text references.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/18430044

src/cmd/5a/doc.go
src/cmd/6a/doc.go
src/cmd/8a/doc.go

index 29725db04e06d2d3680ecbff1c394f23c0d28d34..74d025fe2cf426f242a4abebedde532229724e88 100644 (file)
 
        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.
 
 */
index a5f3f87f09a1c7bfeaa69fb1b3133764701351a4..9fdc6ed3a58ae78ff405d1882252ace5048c1dfa 100644 (file)
 
        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
index 737c56f1337e711bd947fec8716d8bded6f98f5e..bdf2fcfbb7bc0fb1e954564485a9ba12839d5185 100644 (file)
 
        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.
 
 */