Changes between Initial Version and Version 1 of Ticket #10402, comment 6
- Timestamp:
- Jan 13, 2014, 8:33:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10402, comment 6
initial v1 1 Well, I did not find __cxa_atexitin the bootloader or runtime_loader. So, as it does not exist there, I guess GCC does not really emit references to it, right?1 Well, I did not find {{{__cxa_atexit}}} in the bootloader or runtime_loader. So, as it does not exist there, I guess GCC does not really emit references to it, right? 2 2 3 Anyway, I noticed that I can tell Clang to also use __cxa_atexit. Maybe the better way would be to tell it to use __cxa_atexit and add that everywhere? It seems there is one __cxa_atexitin the kernel, but not in the bootloader or runtime_loader - but those would also need it.3 Anyway, I noticed that I can tell Clang to also use {{{__cxa_atexit}}}. Maybe the better way would be to tell it to use {{{__cxa_atexit}}} and add that everywhere? It seems there is one {{{__cxa_atexit}}} in the kernel, but not in the bootloader or runtime_loader - but those would also need it.