On 09/04/2013 11:37, Kai Tietz wrote:

> Hmm, well in standard-case you are right.  But well there is still a
> chance that GetProcAddress returns NULL-pointer ...  

  How would that actually happen?  Removing any of those functions from libgcc
or libjava would be a very serious ABI breakage; we're never going to do that.
 (And even if we do, the version number of the DLL would have to change and
LoadLibrary wouldn't return anything, unless we changed the shared lib string,
which would be the appropriate time to re-add a check.)  It's not critical,
but it's wasted code.

    cheers,
      DaveK

Reply via email to