]> Cypherpunks repositories - gostls13.git/commit
cmd/oldlink: port bug fixes to old linker
authorCherry Zhang <cherryyz@google.com>
Mon, 6 Jul 2020 18:22:38 +0000 (14:22 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 6 Jul 2020 20:17:51 +0000 (20:17 +0000)
commit20afbe86beda00676a608399638887538bd8f669
tree5ca3206bb702254e09a715bdef894ef378c5d725
parentfcf1cb2cf51bae37a8d5d0425a39e21ce5073bff
cmd/oldlink: port bug fixes to old linker

This CL ports CL 234105 and CL 240621 to the old linker, which
fix critical bugs (runtime crashes).

Updates #39049.
Updates #39927.

Change-Id: I47afc84349119e320d2e60d64b7188a410835d2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/241087
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/oldlink/internal/arm/asm.go
src/cmd/oldlink/internal/ld/decodesym.go
src/cmd/oldlink/internal/ld/lib.go
src/cmd/oldlink/internal/ld/pcln.go
src/cmd/oldlink/internal/ppc64/asm.go
src/cmd/oldlink/internal/sym/attribute.go