Skip to content
Snippets Groups Projects
Commit a9ad4108 authored by limeidan's avatar limeidan Committed by Gopher Robot
Browse files

cmd/internal/obj/loong64: adjust the order of class names

Change-Id: I0ff9a4f7b4758f44eaedfd821ad80a86b58e55a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/565625


Reviewed-by: default avatarQiqi Huang <huangqiqi@loongson.cn>
Reviewed-by: default avatarMichael Knyszek <mknyszek@google.com>
Reviewed-by: default avatarsophie zhao <zhaoxiaolin@loongson.cn>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: default avatarabner chenc <chenguoqi@loongson.cn>
Reviewed-by: default avatarDmitri Shuralyov <dmitshur@google.com>
parent 3a55b92c
No related branches found
No related tags found
No related merge requests found
......@@ -210,21 +210,21 @@ const (
C_DCON // other 64 (could subdivide further)
C_SACON // $n(REG) where n <= int12
C_LACON // $n(REG) where int12 < n <= int32
C_EXTADDR // external symbol address
C_DACON // $n(REG) where int32 < n
C_EXTADDR // external symbol address
C_BRAN
C_SAUTO
C_LAUTO
C_ZOREG
C_SOREG
C_LOREG
C_GOK
C_ADDR
C_TLS_LE
C_TLS_IE
C_GOTADDR
C_TEXTSIZE
C_GOK
C_NCLASS // must be the last
)
......
......@@ -22,19 +22,19 @@ var cnames0 = []string{
"DCON",
"SACON",
"LACON",
"EXTADDR",
"DACON",
"EXTADDR",
"BRAN",
"SAUTO",
"LAUTO",
"ZOREG",
"SOREG",
"LOREG",
"GOK",
"ADDR",
"TLS_LE",
"TLS_IE",
"GOTADDR",
"TEXTSIZE",
"GOK",
"NCLASS",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment