mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynlib
They were all essentially the same. Change-Id: I6e0b548cda6e4bbe2ec3b3025b746d1f6d332d48 Reviewed-on: https://go-review.googlesource.com/10000 Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
c3c047a6a3
commit
004706099d
12 changed files with 23 additions and 186 deletions
|
|
@ -94,7 +94,6 @@ type Arch struct {
|
|||
Openbsddynld string
|
||||
Dragonflydynld string
|
||||
Solarisdynld string
|
||||
Adddynlib func(string)
|
||||
Adddynrel func(*LSym, *Reloc)
|
||||
Adddynsym func(*Link, *LSym)
|
||||
Archinit func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue