]> Cypherpunks repositories - gostls13.git/commit
pkgbits: alias RelocKind with a SectionKind type
authorMark Freeman <mark@golang.org>
Mon, 28 Apr 2025 17:32:14 +0000 (13:32 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 6 May 2025 16:59:00 +0000 (09:59 -0700)
commit30b2b767d6d902787b90476fd00eee4c9b3a3f15
tree4086c977b71fbec557465ef7fe58cbf14259d689
parent68ca584ffaf3f647eda2706500fba5280f2ad19c
pkgbits: alias RelocKind with a SectionKind type

I think that SectionKind better conveys the original intent here, and
goes nicely with codifying section relative indices.

Change-Id: I96a245e67295a5f9f8e462756a14f60eccec6862
Reviewed-on: https://go-review.googlesource.com/c/go/+/668538
Reviewed-by: Mark Freeman <mark@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Mark Freeman <mark@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
src/internal/pkgbits/decoder.go
src/internal/pkgbits/encoder.go
src/internal/pkgbits/reloc.go