Re: libgo/runtime: Fix signal stack size for ia64

2016-09-02 Thread Andreas Schwab
On Sep 02 2016, Andreas Schwab wrote: > On Aug 31 2016, Ian Lance Taylor wrote: > >> Index: libgo/runtime/runtime.c >> === >> --- libgo/runtime/runtime.c (revision 239872) >> +++ libgo/runtime/runtime.c (working copy) >> @@ -272,7

Re: libgo/runtime: Fix signal stack size for ia64

2016-09-02 Thread Andreas Schwab
On Aug 31 2016, Ian Lance Taylor wrote: > Index: libgo/runtime/runtime.c > === > --- libgo/runtime/runtime.c (revision 239872) > +++ libgo/runtime/runtime.c (working copy) > @@ -272,7 +272,14 @@ runtime_tickspersecond(void) > vo

Re: libgo/runtime: Fix signal stack size for ia64

2016-08-31 Thread Andreas Schwab
On Aug 31 2016, Ian Lance Taylor wrote: > Go really work on ia64?). http://gcc.gnu.org/ml/gcc-testresults/2016-08/msg03154.html Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely diff

Fwd: libgo/runtime: Fix signal stack size for ia64

2016-08-31 Thread Ian Lance Taylor
Forgot to send to gofrontend-dev. Ian -- Forwarded message -- From: Ian Lance Taylor Date: Wed, Aug 31, 2016 at 6:59 AM Subject: Re: libgo/runtime: Fix signal stack size for ia64 To: Andreas Schwab Cc: gcc-patches On Wed, Aug 31, 2016 at 1:24 AM, Andreas Schwab wrote: >

Re: libgo/runtime: Fix signal stack size for ia64

2016-08-31 Thread Ian Lance Taylor
On Wed, Aug 31, 2016 at 1:24 AM, Andreas Schwab wrote: > On ia64, MINSIGSTKSZ is 128K. > > Andreas. > > * libgo/runtime/runtime.c (runtime_mpreinit): Increase stack size to > 128K. > --- > libgo/runtime/runtime.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --g

libgo/runtime: Fix signal stack size for ia64

2016-08-31 Thread Andreas Schwab
On ia64, MINSIGSTKSZ is 128K. Andreas. * libgo/runtime/runtime.c (runtime_mpreinit): Increase stack size to 128K. --- libgo/runtime/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/runtime/runtime.c b/libgo/runtime/runtime.c index c7d33bc..e8eb9