Bug 1706452 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I guess making the fallback symbols weak doesn't help? Not even when they're inside libxul?
I guess making the fallback symbols weak doesn't help? Not even when they're inside libxul?

PS: Never mind, I see symbols can only be weak when statically linking.

(Although GLibC `ld.so` can also do strong-over-weak resolution when dynamically linking, this goes against the standard and is hidden behind `LD_DYNAMIC_WEAK`.)

Back to Bug 1706452 Comment 5