Change-Id: I0ff9a4f7b4758f44eaedfd821ad80a86b58e55a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/565625
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: sophie 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: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
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
)
"DCON",
"SACON",
"LACON",
- "EXTADDR",
"DACON",
+ "EXTADDR",
"BRAN",
"SAUTO",
"LAUTO",
"ZOREG",
"SOREG",
"LOREG",
- "GOK",
"ADDR",
"TLS_LE",
"TLS_IE",
"GOTADDR",
"TEXTSIZE",
+ "GOK",
"NCLASS",
}