On Wed, Jul 12, 2017 at 7:44 AM, Andreas Krebbel <kreb...@linux.vnet.ibm.com> wrote: > > ptrace SETREGS and GETREGS were never supported on S/390. The macros > were accidentally defined in the Glibc header though. A recent Glibc > change removed them breaking libgo build on S/390. > > This patch changes the ptrace calls to use PEEKUSR_AREA/POKEUSR_AREA to > access the register sets. That's what GDB does. > > Bootstrapped and regression tested on s390x.
Thanks. Committed to trunk. Ian