On Wed, Nov 20, 2019 at 4:18 PM Jakub Jelinek <ja...@redhat.com> wrote: > > On Tue, Nov 05, 2019 at 05:17:10PM +0000, Wilco Dijkstra wrote: > > Passes bootstrap and regress on AArch64 and x64. OK for commit? > > This broke bootstrap on x86_64-linux as well as i686-linux (guess all > targets that go supports). > The following patch fixes it for me, though not sure which *.c file is best > and what location in there for the definition. > With this bootstrap succeeded on both x86_64-linux and i686-linux, regtest > is still pending, but without it it just failed to link libgo.
I just committed a fix for this. I put the variable in libgo/runtime/stack.c. Sorry about the difficulties. Ian