]> Cypherpunks repositories - gostls13.git/commit
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
authorPaul E. Murphy <murp@ibm.com>
Tue, 27 Sep 2022 18:21:52 +0000 (13:21 -0500)
committerPaul Murphy <murp@ibm.com>
Thu, 29 Sep 2022 19:54:44 +0000 (19:54 +0000)
commit27d4cdd1a6280e906c4f6bd89b5882a51ad64099
treed9353ff25e1383bbea0cd5c46c24dee06278f5ff
parent545adcfe89458c5df714c27992064733b07491f9
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34

The suffix should be 34 not 28. I misread the name because the
reloc listed before these two in the ABI is named "R_PC64_PCREL28".

Updates #54345

Change-Id: Ie8238f55e441c787d70ead58e0a177c650f8b89e
Reviewed-on: https://go-review.googlesource.com/c/go/+/435415
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
api/next/54345.txt
src/debug/elf/elf.go