aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2023-02-18 16:41:25 +1100
committerJoel Sing <joel@sing.id.au>2023-09-08 04:32:10 +0000
commit1152615d208060afd4b6c492cc2abb8a989a8c9b (patch)
treeabe96dba61b35e3ddde6ee3e10c9475579e7f5d7 /api
parent7f574998534548220ae31597a5a942db2ed548c6 (diff)
downloadgo-1152615d208060afd4b6c492cc2abb8a989a8c9b.tar.gz
go-1152615d208060afd4b6c492cc2abb8a989a8c9b.zip
debug/elf,cmd/link: add additional MIPS64 relocation type
Add R_MIPS_PC32 which is a 32 bit PC relative relocation. These are produced by LLVM on mips64. Fixes #61974 Change-Id: I7b6c6848e40249e6d5ea474ea53c9d7e3ab23f88 Reviewed-on: https://go-review.googlesource.com/c/go/+/469395 Reviewed-by: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Joel Sing <joel@sing.id.au> Reviewed-by: Junxian Zhu <zhujunxian@oss.cipunited.com> Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next/61974.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/61974.txt b/api/next/61974.txt
new file mode 100644
index 0000000000..d231a62848
--- /dev/null
+++ b/api/next/61974.txt
@@ -0,0 +1,2 @@
+pkg debug/elf, const R_MIPS_PC32 = 248 #61974
+pkg debug/elf, const R_MIPS_PC32 R_MIPS #61974