Joel Sherrill writes:
> * libgo/go/syscall/wait.c: Conditionalize on WIFxxx macros
> and SIGxxx being defined.
I think I have fixed the wait issues as follows. Bootstrapped on
x86_64-unknown-linux-gnu, which means little as the files are not
compiled there. Committed to mainli
Joel Sherrill writes:
> 2011-12-02 Joel Sherrill
>
> * runtime/go-signal.c: Add conditional on SIGPROF.
> * runtime/mem_posix_memalign.c: Add USED directives.
> * libgo/go/syscall/wait.c: Conditionalize on WIFxxx macros
> and SIGxxx being defined.
I committed t
Hi,
This addresses all of the Go compilation issues on the
head except one.
Ian.. Is this OK to commit? Or do you have suggestions
on how to make it more general?
Thanks.
2011-12-02 Joel Sherrill
* runtime/go-signal.c: Add conditional on SIGPROF.
* runtime/mem_posix_memalign