mirror of
https://github.com/golang/go
synced 2024-11-23 06:40:05 -07:00
cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update reference
Reference the 80386 compiler documentation now that the documentation for the 68020 is offline. R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/7127053
This commit is contained in:
parent
d8626ef128
commit
47568c747d
@ -6,7 +6,7 @@
|
||||
|
||||
5a is a version of the Plan 9 assembler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2a
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8a
|
||||
|
||||
Its target architecture is the ARM, referred to by these tools as arm.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
5c is a version of the Plan 9 C compiler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2c
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8c
|
||||
|
||||
Its target architecture is the ARM, referred to by these tools as arm.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
6a is a version of the Plan 9 assembler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2a
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8a
|
||||
|
||||
Its target architecture is the x86-64, referred to by these tools as amd64.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
6c is a version of the Plan 9 C compiler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2c
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8c
|
||||
|
||||
Its target architecture is the x86-64, referred to by these tools as amd64.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
8a is a version of the Plan 9 assembler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2a
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8a
|
||||
|
||||
Its target architecture is the x86, referred to by these tools for historical reasons as 386.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
8c is a version of the Plan 9 C compiler. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2c
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8c
|
||||
|
||||
Its target architecture is the x86, referred to by these tools for historical reasons as 386.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Ld is the portable code for a modified version of the Plan 9 linker. The original is documented at
|
||||
|
||||
http://plan9.bell-labs.com/magic/man2html/1/2l
|
||||
http://plan9.bell-labs.com/magic/man2html/1/8l
|
||||
|
||||
It reads object files (.5, .6, or .8 files) and writes a binary named for the
|
||||
architecture (5.out, 6.out, 8.out) by default (if $GOOS is windows, a .exe suffix
|
||||
|
Loading…
Reference in New Issue
Block a user