]> Cypherpunks.ru repositories - gostls13.git/commit
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
authorPaul E. Murphy <murp@ibm.com>
Mon, 13 Jun 2022 16:05:18 +0000 (11:05 -0500)
committerPaul Murphy <murp@ibm.com>
Sat, 27 Aug 2022 02:36:28 +0000 (02:36 +0000)
commita0948493ac693b46b4124a4380fd044c6a05f1b3
treeee7cb9b5e0022f0276e3c555805f1b80e1f47040
parent333681d6a8cc6f352d42d04bcf26b39a1ea7ef83
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS

R_PPC64_SECTOFF_LO_DS is defined as reloc 62 on all PPC64 ELF ABIs.

Fixes #53356

Change-Id: I5fabf6be32f3310c5aed47d4d654e05fb7bc9de0
Reviewed-on: https://go-review.googlesource.com/c/go/+/411915
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/except.txt
api/next/53356.txt [new file with mode: 0644]
src/debug/elf/elf.go