]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add DT_NEEDED for all 64-bit ELF dynimplib
authorByoungchan Lee <daniel.l@hpcnt.com>
Thu, 25 Nov 2021 11:40:21 +0000 (20:40 +0900)
committerThan McIntosh <thanm@google.com>
Tue, 22 Mar 2022 10:00:16 +0000 (10:00 +0000)
commita8f019e956db40e9846e635a622489e356cb3c63
tree7a97b82d4d4697fa98445530001542e59d4cda0a
parent86c8075675ed74c1f404894242c26b99800f1639
cmd/link: add DT_NEEDED for all 64-bit ELF dynimplib

Also change the relevant test to be tested on the linux-arm64 platform
as well.

Fixes #49789

Change-Id: Id2eac7a45279f037957442862f8ed63838b8e929
Reviewed-on: https://go-review.googlesource.com/c/go/+/366855
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
AUTHORS
CONTRIBUTORS
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/elf_test.go