]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/arm: handle HAUTO etc. in addpool
authorCherry Mui <cherryyz@google.com>
Mon, 23 Jan 2023 18:31:00 +0000 (13:31 -0500)
committerCherry Mui <cherryyz@google.com>
Thu, 1 Jun 2023 19:29:08 +0000 (19:29 +0000)
commitfdb3dc471d099cf04cfa575a2bc8d51999917e1e
tree676644bf5fae5b88667e9ba43ab9dea15e6ea543
parentc2e0bf0abf8d0b22803521dfc2194dc56741e0dd
cmd/internal/obj/arm: handle HAUTO etc. in addpool

HAUTO should be handled the same way as other stack offsets for
adding to constant pool. Add the missing cases.

Fixes #57955.

Change-Id: If7fc82cafb2bbf0a6121e73e353b8825cb36b5bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/463138
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/arm/asm5.go
test/fixedbugs/issue57955.go [new file with mode: 0644]