On Wed, Apr 2, 2014 at 9:24 PM, Jason Merrill wrote:
> Use of STB_GNU_UNIQUE to avoid problems with variable symbols shared between
> two RTLD_LOCAL plugins and a common library dependency causes problems with
> libraries that depend on dlclose/dlopen to reinitialize state. This patch
> adds a -f
Use of STB_GNU_UNIQUE to avoid problems with variable symbols shared
between two RTLD_LOCAL plugins and a common library dependency causes
problems with libraries that depend on dlclose/dlopen to reinitialize
state. This patch adds a -fno-gnu-unique flag that such libraries can use.
Tested x8