[vxworks] vxlib-tls patch

Nathan Sidwell nathan@codesourcery.com
Thu Apr 23 10:44:00 GMT 2009


I've applied this patch to fix a couple of vxworks issues.

1) we need to enter the right context in the delete hook for kernel modules

2) one cannot call taskDeleteHookDelete from inside a delete hook.  If you do 
that, the hook will be deleted, but because of the implementation, then next 
hook in the list will be skipped.  This is undocumented.  Anyway, there's no 
need to be so tidy, the normal process termination goo DTRT.

nathan
-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: all.diff
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090423/7ffbd250/attachment.ksh>


More information about the Gcc-patches mailing list