This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX 5.1 dlopen shared library exception handling problem
>>>>> Joe Buck writes:
>> Please see existing Bugzilla bug report 13391.
Joe> It doesn't look the same. You say in that bug report that the issue is
Joe> that collect2 becomes confused by duplicate symbols. But in this case,
Joe> dlopen() is being used to open the shared library, and collect2 is not
Joe> involved.
Collect2 generated the shared library.
According to an analysis in a related bug report, it appears that
GCC's assumption about the sorting of FDEs is getting confused by the
address ranges of shared libraries used by AIX. The duplicate symbols
cause FDEs for the same symbol to appear in multiple shared libraries.
David