]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: summarize the Go assembly syntax and the GNU syntax mapping...
authorfanzha02 <fannie.zhang@arm.com>
Thu, 15 Mar 2018 12:16:48 +0000 (12:16 +0000)
committerRob Pike <r@golang.org>
Fri, 20 Apr 2018 01:40:35 +0000 (01:40 +0000)
commit9f10d283045d9fd7dc9afb64c49e6719ef1a33c8
treea073c54a2b48ffad74a8d8cb0cc1978ef83ec8be
parent25824c96dc34c0634dffb3860c3e01c666628606
cmd/internal/obj/arm64: summarize the Go assembly syntax and the GNU syntax mapping rules

The patch rewrites the content of doc.go file. The file describes some
general rules of the mapping between Go assembly syntax and GNU syntax.
And it gives some Go assembly examples and corresponding GNU assembly
examples.

The patch changes the doc.go to use standard doc comment format so that
the link https://golang.org/cmd/internal/obj/arm64/ can display it.

Assembly document framework is mainly contributed by Eric Fang <Eric.Fang@arm.com>
Documentation work is contributed by Eric Fang and Fannie Zhang <Fannie.Zhang@arm.com>

Change-Id: I8b3f6d6c6b91afdc2c44602e8f796beea905085e
Reviewed-on: https://go-review.googlesource.com/102055
Reviewed-by: Rob Pike <r@golang.org>
doc/asm.html
src/cmd/internal/obj/arm64/doc.go