]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: reduce alignment for gcbits
authorCherry Mui <cherryyz@google.com>
Fri, 1 Oct 2021 21:02:50 +0000 (17:02 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 4 Oct 2021 23:29:20 +0000 (23:29 +0000)
commite5f6d8d00c3d0c1f77665f493109925c831e7cf8
tree51aa8c3dd121efff8159b8a41d8d8d1579d7b6f5
parent78c2529d73fbd2e2213c9f03862bcf2aaa86d78b
cmd/internal/obj: reduce alignment for gcbits

runtime.gcbits symbols are pointer masks, which are just bytes.

Change-Id: I6e86359451c7da69da435e1928e55712dd904047
Reviewed-on: https://go-review.googlesource.com/c/go/+/353571
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/obj/objfile.go