mirror of https://github.com/golang/go.git
cmd/internal/obj: remove redundant cnames on loong64
Change-Id: I5aa6328a12e74b2801ab60b5a5bb8571d382d5ef Reviewed-on: https://go-review.googlesource.com/c/go/+/425301 Reviewed-by: xiaodong liu <teaofmoli@gmail.com> Reviewed-by: Meidan Li <limeidan@loongson.cn> Reviewed-by: WANG Xuerui <git@xen0n.name> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
c054f223e7
commit
e29dd78ffe
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
package loong64
|
||||
|
||||
// This order should be strictly consistent to that in a.out.go.
|
||||
var cnames0 = []string{
|
||||
"NONE",
|
||||
"REG",
|
||||
"FREG",
|
||||
"FCREG",
|
||||
"FCSRREG",
|
||||
"FCCREG",
|
||||
"ZCON",
|
||||
|
|
|
|||
Loading…
Reference in New Issue