https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83308
--- Comment #8 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- (In reply to Ian Lance Taylor from comment #7) > Sorry, I did not mean to imply that I listed all the changes required. I'm > sure there will be many more, though likely mostly simple. Ah, I misunderstood then. I'll just go through the code then and check where else we need to SH. > For the ones you mention, you'll need to add "sh" to the +build lines in > libgo/go/runtime/hash32.go and libgo/go/runtime/lfstack_32bit.go. Will do. Thanks!