aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorPaul E. Murphy <murp@ibm.com>2022-06-13 11:05:18 -0500
committerPaul Murphy <murp@ibm.com>2022-08-27 02:36:28 +0000
commita0948493ac693b46b4124a4380fd044c6a05f1b3 (patch)
treeee7cb9b5e0022f0276e3c555805f1b80e1f47040 /api
parent333681d6a8cc6f352d42d04bcf26b39a1ea7ef83 (diff)
downloadgo-a0948493ac693b46b4124a4380fd044c6a05f1b3.tar.xz
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>
Diffstat (limited to 'api')
-rw-r--r--api/except.txt1
-rw-r--r--api/next/53356.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index 2acd444adf..eaaf86a2ec 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -1,3 +1,4 @@
+pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
diff --git a/api/next/53356.txt b/api/next/53356.txt
new file mode 100644
index 0000000000..607c5ecde6
--- /dev/null
+++ b/api/next/53356.txt
@@ -0,0 +1 @@
+pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 62 #53356