https://sourceware.org/bugzilla/show_bug.cgi?id=33577
--- Comment #23 from Rui Ueyama <rui314 at gmail dot com> --- We essentially ignore all dynamic symbols with VER_NDX_LOCAL as if they didn't exist in .dynsym at all. I don't exactly remember why we chose to do that, but I believe that was my interpretation of "VER_NDX_LOCAL (0): symbol has local scope". Symbols with local scope are generally not visible from other files, so it shouldn't be an unnatural interpretation of the sentence. We can change mold so that it handles dynamic symbols with VER_NDX_LOCAL in the same manner as GNU ld. That's probably a good idea because mold aims to be as compatible with GNU ld as possible. However, I'd like you guys to reevaluate the risk of introducing a major compatibility problem with such short notice. It is likely to break many user environments. -- You are receiving this mail because: You are on the CC list for the bug.
