]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/ppc64: simplify got/toc address classification
authorPaul E. Murphy <murp@ibm.com>
Tue, 9 Mar 2021 22:55:15 +0000 (16:55 -0600)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Fri, 30 Apr 2021 12:03:55 +0000 (12:03 +0000)
commit06ac303f6a14b133254f757e54599c48e3c2a4ad
tree1e487856528e28ea95156216cf3d5027057d0051
parent9c7207891c16951121d8b3f19f49ec72f87da9fe
cmd/internal/obj/ppc64: simplify got/toc address classification

These generate similar machine code sequences to
other symbol accesses, therefore we should merge them.

Change-Id: Id8ead284d430fadd2e58bad255deb465498dfade
Reviewed-on: https://go-review.googlesource.com/c/go/+/314109
Run-TryBot: Paul Murphy <murp@ibm.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/anames9.go
src/cmd/internal/obj/ppc64/asm9.go