]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove special cases for relocations in .go.buildinfo
authorRuss Cox <rsc@golang.org>
Wed, 1 Feb 2023 17:18:39 +0000 (12:18 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 2 Feb 2023 15:18:00 +0000 (15:18 +0000)
commit2a3c695c4b8354c942a5096a85df5d355f4e1718
tree468518c21c22eb4e38fe4a471327c2309b6feb71
parent54bdb8ee70892dd77651c0a092e4a2e3edbb3ab6
cmd/link: remove special cases for relocations in .go.buildinfo

.go.buildinfo has no relocations anymore, as of Go 1.18.

Change-Id: I98369c6a0ef07ada770eaa12f6f56c210e812abc
Reviewed-on: https://go-review.googlesource.com/c/go/+/464436
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/xcoff.go