]> Cypherpunks repositories - gostls13.git/commit
debug/elf: define additional PPC64 ELFv2 relocations
authorPaul E. Murphy <murp@ibm.com>
Mon, 8 Aug 2022 20:58:04 +0000 (15:58 -0500)
committerPaul Murphy <murp@ibm.com>
Thu, 8 Sep 2022 13:31:46 +0000 (13:31 +0000)
commit2b6ff90851b08d4595a55602e25265f596ac3b5b
tree9ef952204f6a949cb85f71b4bafb8c25f9ddfc11
parent51fdfeb1ce89c61332e28ef97a3e72a1d327c2df
debug/elf: define additional PPC64 ELFv2 relocations

The PPC64 ELFv2 supplement version 1.5 defines a handful of
new relocation types, similarly some were not added.

Fixes #54345

Change-Id: Id39b29d404298fca4a10ccf1e96b5964dc452c9e
Reviewed-on: https://go-review.googlesource.com/c/go/+/425555
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/54345.txt [new file with mode: 0644]
src/debug/elf/elf.go