runtime: remove __go_ptrace on AIX
commit1b8a23fc97de65f3188d0cdd5bfb56060defa84c
authorClément Chigot <clement.chigot@atos.net>
Wed, 23 Sep 2020 14:08:21 +0000 (23 16:08 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 24 Sep 2020 18:31:12 +0000 (24 11:31 -0700)
tree6ce3d311417590dc513688931ca350e3873f26be
parentc1fc9f6e10e646f01194c8f150affbc1cfbc404a
runtime: remove __go_ptrace on AIX

AIX ptrace syscalls doesn't have the same semantic than the glibc one.
The syscall package is already handling it correctly so disable the new
__go_ptrace C function for AIX.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/256777
gcc/go/gofrontend/MERGE
libgo/runtime/go-varargs.c