Commit 47568c74 authored by Carl Shapiro's avatar Carl Shapiro

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
parent d8626ef1
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
5a is a version of the Plan 9 assembler. The original is documented at 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. Its target architecture is the ARM, referred to by these tools as arm.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
5c is a version of the Plan 9 C compiler. The original is documented at 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. Its target architecture is the ARM, referred to by these tools as arm.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6a is a version of the Plan 9 assembler. The original is documented at 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. Its target architecture is the x86-64, referred to by these tools as amd64.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6c is a version of the Plan 9 C compiler. The original is documented at 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. Its target architecture is the x86-64, referred to by these tools as amd64.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
8a is a version of the Plan 9 assembler. The original is documented at 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. Its target architecture is the x86, referred to by these tools for historical reasons as 386.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
8c is a version of the Plan 9 C compiler. The original is documented at 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. Its target architecture is the x86, referred to by these tools for historical reasons as 386.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Ld is the portable code for a modified version of the Plan 9 linker. The original is documented at 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 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 architecture (5.out, 6.out, 8.out) by default (if $GOOS is windows, a .exe suffix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment