]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/asm: stop using "" as the local package prefix
authorMatthew Dempsky <mdempsky@google.com>
Sun, 27 Aug 2023 02:44:21 +0000 (19:44 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 29 Aug 2023 18:31:05 +0000 (18:31 +0000)
commit22f9e0ef52a85b433c1c4bd202e6fde98446bfb4
tree1142be3e154534b95baf79e76026e723c7329751
parent208f36180051c866ee8d1c0de2d92459252c5082
cmd/asm: stop using "" as the local package prefix

Now that cmd/asm always knows its package path, we can create symbols
with the appropriate package prefix instead of "".

Change-Id: I56864089e8f1b38ff4197b3158131f976b329572
Reviewed-on: https://go-review.googlesource.com/c/go/+/523336
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/asm/internal/asm/operand_test.go
src/cmd/asm/internal/asm/parse.go
src/cmd/asm/internal/lex/lex.go
src/internal/abi/abi_test.go