]> Cypherpunks repositories - gostls13.git/commit
runtime: change the name of variables in asan-related assembly functions
authorfanzha02 <fannie.zhang@arm.com>
Tue, 21 Nov 2023 06:52:54 +0000 (06:52 +0000)
committerFannie Zhang <fannie.zhang@arm.com>
Wed, 22 Nov 2023 02:20:04 +0000 (02:20 +0000)
commit5f7a40856372142372d3b67c9dd737373932f088
treef5b5180ff1212e09fcc84812e06e72083409fac6
parent29ca9cc458701a5f0381e9c82229f2a20b66644d
runtime: change the name of variables in asan-related assembly functions

Variables in functions implemented in assembly should have the
same names as when they were defined. The names of some variables
in asan-related assembly functions do not follow the above rule,
which will cause the runtime test to fail. This CL fixes this issue.

Updates #64257

Change-Id: I261f4db807d25e460513ef1c92cd1b707cdd1a16
Reviewed-on: https://go-review.googlesource.com/c/go/+/543837
Run-TryBot: Fannie Zhang <Fannie.Zhang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/runtime/asan_amd64.s
src/runtime/asan_arm64.s
src/runtime/asan_loong64.s