1
0
mirror of https://github.com/golang/go synced 2024-11-14 22:30:26 -07:00
go/src/cmd/asm
Dave Cheney bfd8093c96 cmd/asm/internal/arch: use generic obj.Rconv function everywhere
Rather than using arm64.Rconv directly in the archArm64 constructor
use the generic obj.Rconv helper. This removes the only use of
arm64.Rconv outside the arm64 package itself.

Change-Id: I99e9e7156b52cd26dc134f610f764ec794264e2c
Reviewed-on: https://go-review.googlesource.com/38756
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2017-03-31 04:29:58 +00:00
..
internal cmd/asm/internal/arch: use generic obj.Rconv function everywhere 2017-03-31 04:29:58 +00:00
doc.go
main.go cmd/internal/obj: convert Debug* Link fields into bools 2017-03-20 22:08:41 +00:00