]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use SHT_INIT_ARRAY for .init_array section
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Dec 2021 18:00:23 +0000 (10:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Dec 2021 18:34:03 +0000 (18:34 +0000)
commitcfb0cc355233d4367b188b23a3bc143985a28b8c
treef50bd8b2cbb742b5d06eb8ad838acabaae16ad36
parent2d1d54808131b09da768ec334b3387ccb70562ec
cmd/link: use SHT_INIT_ARRAY for .init_array section

Fixes #50295

Change-Id: If55ebcd5f2af724da7c9c744458a56d21a7ddde7
Reviewed-on: https://go-review.googlesource.com/c/go/+/373734
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/cgo/testcarchive/carchive_test.go
src/cmd/link/internal/ld/elf.go