]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: improve detector for incorrect R15 usage when dynamic linking
authorKeith Randall <khr@golang.org>
Tue, 14 Mar 2023 18:34:51 +0000 (11:34 -0700)
committerKeith Randall <khr@google.com>
Wed, 15 Mar 2023 20:45:41 +0000 (20:45 +0000)
commit455168d11391bf2b67833594ff6864c034107a59
tree935ebe37a07f2428a47c295e10d869db36685bd6
parent70308d1375414d6224752214d2dbf4517e0c7632
cmd/asm: improve detector for incorrect R15 usage when dynamic linking

Fixes #58632

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