Hi Denis,
On Tue, 2019-11-05 at 14:48 -0600, Denis Kenzior wrote:
Hi Brian,
> > -__attribute__((constructor)) static void register_debug_section()
> > +__attribute__((constructor)) void l_register_debug_section()
So really, this would be about the last solution I'd pick, no matter
where the forward declaration lives.
Have you looked into why the library/or this file is being statically
linked twice?
I have but haven't found anything I can put my finger on yet. I have been trying to
figure out what make Link
Time Optimization different, and of course I do have my suspicions that *I* must have done
something wrong in
the BLUEZ Unit test, since I can't reproduce the issue in any of the ELL unit tests.
I am continuing my research focussing on how BLUEZ is building it's (one) ELL based
unit test. This last email
was mostly about confirming the observations of the bug reporter.
Regards,
-Denis