]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: enable got pcrel itype in fips140 for riscv64
authorMeng Zhuo <mengzhuo@iscas.ac.cn>
Fri, 18 Jul 2025 03:06:24 +0000 (11:06 +0800)
committerJulian Zhu <jz531210@gmail.com>
Sun, 20 Jul 2025 04:15:12 +0000 (21:15 -0700)
commit2363897932cfb279dd8810d2c92438f7ddcfd951
tree336da0954591b68d8bdf72c4ab499a4d43992cec
parente32255fcc0861727243fca4e94766c0a322954fb
cmd/internal/obj: enable got pcrel itype in fips140 for riscv64

This CL enable R_RISCV_GOT_PCREL_ITYPE in fips140
Fixes #74662

Change-Id: Ic189c4e352517ae74034f207a5f944b610f2eb73
Reviewed-on: https://go-review.googlesource.com/c/go/+/688635
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Julian Zhu <jz531210@gmail.com>
src/cmd/internal/obj/fips140.go