On 8/20/2014 1:34 PM, Gedare Bloom wrote: > On Tue, Aug 19, 2014 at 5:34 PM, Chris Johns <chr...@rtems.org> wrote: >> On 20/08/2014 2:38 am, Gedare Bloom wrote: >>> Anything holding it up at the moment? >> >> It would be good to get a formal tool set definition into rtems-tools.git. >> > I think this can be dealt with post-release. There may be some time > gap between the release date and when the stable tools are available, > but this is probably unavoidable. > >> I am currently testing a change to newlib 19-Aug-2014 which removes an old >> patch we had. It also points out a hack in rtems_bsdnet_internal.h where we defined struct sigaltstack ourselves (years ago) instead of doing the right thing and adding it to signal.h. Now it is in signal.h and you can't compile TCP/IP with the new toolset without deleting it.
I suppose I could define an autoconf test for this. But we already have a lot of have cpuset.h conditionals which should be removed now that we are over that bump. diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetw index 05e54b2..812f040 100644 --- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h +++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h @@ -83,11 +83,6 @@ typedef quad_t * qaddr_t; typedef void __sighandler_t(int); typedef __sighandler_t *sig_t; /* type of pointer to a signal function #define NSIG 32 -struct sigaltstack { - char *ss_sp; /* signal stack base */ - int ss_size; /* signal stack length */ - int ss_flags; /* SS_DISABLE and/or SS_ONSTACK */ -}; >> Chris >> _______________________________________________ >> devel mailing list >> devel@rtems.org >> http://lists.rtems.org/mailman/listinfo/devel > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.com On-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available (256) 722-9985 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel