Saturday, 22 October 2022

Re: [gccsdk] C11 functions in SharedCLibrary builds

On 12/10/2022 21:14, Cameron Cawley wrote:
> Hi
>
> I've attached a patch that provides the following functions that were
> added in SharedCLibrary 6.05:
[snip]
> The patch doesn't implement the functions in UnixLib builds, doesn't
> include any of the atomic functions that were added in SharedCLibrary
> 6.14, and it doesn't do any additional version checks, so it'll crash if
> the new functions are called with an older version of SharedCLibrary.

Thanks for the patch, that's now committed. I have slight reservations
about breakage in case of an older version, but from the ROOL forum
thread it sounds like that is expected behaviour on the DDE side of
things (ie you're expected to RMEnsure before running any code needing a
newer version, and if you don't a failure is expected), so I suppose it
doesn't make the situation any worse than it currently is.

Theo

_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment