]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/mips: standardize on sys.MIPS and sys.MIPS64 constants
authorDave Cheney <dave@cheney.net>
Wed, 22 Mar 2017 23:56:58 +0000 (10:56 +1100)
committerDave Cheney <dave@cheney.net>
Thu, 23 Mar 2017 00:37:51 +0000 (00:37 +0000)
commit6f4a4585f2080c74e7e6a409d275cbcd5e0136a5
treef06d3970dced4e56723618730fceef8c7ac44a3b
parente74c6cd3c05fda74fc8cac7a24b22b8b55a2239d
cmd/internal/obj/mips: standardize on sys.MIPS and sys.MIPS64 constants

CL 38446 introduced the use of the sys.ArchFamily type into the
cmd/internal/obj/mips package and redefined the mips.Mips32 and
mips.Mips64 constants in terms of their sys.ArchFamily counterparts.
This CL removes these local declarations and consolidates on sys.MIPS
and sys.MIPS64 respectively.

Change-Id: Id7aab6c7fd0de42ff43dde605df6bd4c85a3d895
Reviewed-on: https://go-review.googlesource.com/38287
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/mips/a.out.go
src/cmd/internal/obj/mips/asm0.go