Joel Sherrill <joel.sherr...@oarcorp.com> writes: > 2011-12-02 Joel Sherrill <joel.sherr...@oarcorp.com> > > * 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 the changes to runtime/go-signal.c and runtime/mem_posix_memalign.c. As I mentioned in an earlier message, we probably don't want to compile wait.c on RTEMS at all. I will work on that now. Ian