]> Cypherpunks repositories - gostls13.git/commit
cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsym
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 12 May 2015 03:59:15 +0000 (15:59 +1200)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2015 20:08:42 +0000 (20:08 +0000)
commit4cfff271c2aacd4ef23f7eacd9adf61605c45e74
tree7611a858fe9e901cf786cc8da215fbb18187f010
parent004706099d95160960785a45a56b7cb54fc6f7af
cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsym

The only essential difference is elf32 vs elf64, I assume the other differences
are bugs in one version or another...

Change-Id: Ie6ff33d5574a6592b543df9983eff8fdf88c97a1
Reviewed-on: https://go-review.googlesource.com/10001
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Russ Cox <rsc@golang.org>
13 files changed:
src/cmd/5l/asm.go
src/cmd/5l/obj.go
src/cmd/6l/asm.go
src/cmd/6l/obj.go
src/cmd/7l/asm.go
src/cmd/7l/obj.go
src/cmd/8l/asm.go
src/cmd/8l/obj.go
src/cmd/9l/asm.go
src/cmd/9l/obj.go
src/cmd/internal/ld/elf.go
src/cmd/internal/ld/go.go
src/cmd/internal/ld/lib.go