]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructions
authorKeith Randall <khr@golang.org>
Mon, 27 Feb 2023 16:53:34 +0000 (08:53 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 27 Feb 2023 20:54:16 +0000 (20:54 +0000)
commit1e0c32cccbe73be45414967612800be76d933870
treef75542882ab485f91a7ea45c6a934d5d6e628050
parent140000dd55d9c4e3058f2b1a2488233a0671dbff
cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructions

Fixes #58735

Change-Id: I7cc1c34ed8454553328d44b2ea72e4c0255b6ec1
Reviewed-on: https://go-review.googlesource.com/c/go/+/471675
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/asm/internal/asm/testdata/amd64dynlinkerror.s
src/cmd/internal/obj/x86/obj6.go