I'm going to try with a Qt testcase ASAP.
And indeed it works there.
Il 16/01/2014 11:23, Will Newton ha scritto:
That said, the fact that pointer equality using -Bsymbolic is reliant on these kinds of grungy linker internals suggests to me that it may not be a 100% reliable thing to use. Have you tried using the gold linker on x86 to see if that works? (I'm not sure if gold on ARM will work at all these days).
Even with gold (on x86) everything looks fine. But I guess this is not a proof of "it works", as the bug itself seems very tricky to reproduce (usually everything "just works" even on ARM; that's why we encountered the issue only these days...).
Thanks,