This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54601] AIX uses atexit which causes unloading of shared modules to break


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54601

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29307|0                           |1
        is obsolete|                            |

--- Comment #8 from David Edelsohn <dje at gcc dot gnu.org> 2013-01-30 21:57:52 UTC ---
Created attachment 29311
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29311
Revised __cxa_atexit for libgcc

The revised patch uses LIB2ADDEH to add the functions to libgcc_s.a and
libgcc_eh.a so that only one copy should exist in a process.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]