[Mesa-dev] [Bug 98428] Undefined non-weak-symbol in dri-drivers

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 31 20:26:22 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98428

--- Comment #8 from ajax at nwnk dot net <ajax at nwnk.net> ---
(In reply to Ian Romanick from comment #7)
> So... how does it work if the linked libglapi and libGL provide different,
> incompatible implementations of, say, _glapi_set_dispatch?

Define "incompatible". If they have the same interface from the caller's
perspective (same function names and signatures, and either compatible or
opaque data types), then everything's fine, ld.so will consistently pick the
same library in the search scope to provide those functions. I don't think the
glapi caller actually knows the layout of the dispatch table, for example, so
that could be whatever the implementation wants.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161031/79d60aef/attachment-0001.html>


More information about the mesa-dev mailing list