runtime: fix arenaBaseOffset for aix/ppc
authorClément Chigot <chigot.c@gmail.com>
Tue, 9 Jun 2020 09:36:01 +0000 (11:36 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2020 23:30:53 +0000 (16:30 -0700)
commit75452d68672ff7da6e5a167924b6aeb07b5b2ed1
treef5a4a8b9f48735f747aac1a450e7f6bbed650b4c
parent309a6c468f394cf93837f5b3dcfb975206a98b92
runtime: fix arenaBaseOffset for aix/ppc

The arenaBaseOffset modifications was aimed only for aix/ppc64.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/237038
gcc/go/gofrontend/MERGE
libgo/go/runtime/export_test.go
libgo/go/runtime/malloc.go