Re: [gofrontend-dev] [PATCH, go]: S/390: Fix generation of PtraceRegs

2017-06-27 Thread Ian Lance Taylor
On Tue, Jun 27, 2017 at 12:52 AM, Andreas Krebbel wrote: > > go bootstrap fails on s390x starting with r249472. With including the ptrace > header the s390 special > code in mksysinfo.sh isn't used anymore: > > if test "$regs" = ""; then > # s390 > regs=`grep '^type __user_regs_struct struct'

[PATCH, go]: S/390: Fix generation of PtraceRegs

2017-06-27 Thread Andreas Krebbel
Hi, go bootstrap fails on s390x starting with r249472. With including the ptrace header the s390 special code in mksysinfo.sh isn't used anymore: if test "$regs" = ""; then # s390 regs=`grep '^type __user_regs_struct struct' gen-sysinfo.go || true` if test "$regs" != ""; then # Substru