Comment 3 for bug 1841692

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

> a difference

This smells like UB. From the C/C++ prospective, both are strong symbols. Of course there is a practical difference of .bss vs. .data sections. It's news to me that any linker can be relied upon to silently merge two strong symbols if one is in .bss . Seems like this should be an error.