Changes between Initial Version and Version 1 of Ticket #4639, comment 3
- Timestamp:
- Dec 11, 2011, 1:49:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4639, comment 3
initial v1 1 1 I'm not aware of library load/unload interfaces. 2 2 3 In another ticket, someone has proposed to use __at ribute__(destructor) or something like that when using gcc.3 In another ticket, someone has proposed to use __attribute__(destructor) or something like that when using gcc. 4 4 How can a function be called when the library is unloaded with other compilers? Could you give me a pointer or better yet, could you prepare a patch? Which compiler are you using?