]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.16] 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)
committerCarlos Amedee <carlos@golang.org>
Wed, 5 Jan 2022 18:14:31 +0000 (18:14 +0000)
commita845a562a0f2abd96c448a1ab3effe65d154353a
treef17ae77e7f5d491183662368c55d5a0be092af0a
parent169be8e5b123007a02adf3f742b2a200bd8f9e67
[release-branch.go1.16] cmd/link: use SHT_INIT_ARRAY for .init_array section

For #50295
Fixes #50296

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>
(cherry picked from commit cfb0cc355233d4367b188b23a3bc143985a28b8c)
Reviewed-on: https://go-review.googlesource.com/c/go/+/374234
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
misc/cgo/testcarchive/carchive_test.go
src/cmd/link/internal/ld/elf.go